Skip to content

Commit 320ee71

Browse files
authored
Merge pull request #44 from well-id/update-version-1-1-1
Bump version: now 1.1.1
2 parents 04a4e74 + 90ad1ff commit 320ee71

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
Version 1.1.1
5+
-------------
6+
* `well_id` now set as `TextAttribute` - contribution by @ltbrizolara.
7+
48
Version 1.1.0
59
-------------
610
* Allow writing multiple logical files - contribution by @ltbrizolara.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'dliswriter'
1010
copyright = '2023, Well ID'
1111
author = 'Dominika Dlugosz, Magne Lauritzen, Kamil Grunwald, Omer Faruk Sari'
12-
release = '1.1.0'
12+
release = '1.1.1'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dliswriter"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
authors = [
99
{ name="Dominika Dlugosz", email="dominika.dlugosz@wellid.no" },
1010
{ name="Magne Lauritzen", email="magne.lauritzen@wellid.no" },

src/dliswriter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from dliswriter.utils.source_data_wrappers import SourceDataWrapper, DictDataWrapper, NumpyDataWrapper, HDF5DataWrapper
1010

1111

12-
__version__ = '1.1.0'
12+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)