diff --git a/docs/changelog.rst b/docs/changelog.rst index 10a4d2a..a44dbfd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Version 0.0.10 (pending) ------------------------- +Version 0.0.10 +-------------- **High-compatibility mode** * Added *high-compatibility mode* in the form of a context manager. All potential issues are raised as errors. diff --git a/docs/conf.py b/docs/conf.py index 25f4a2b..1481e20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'DLIS Writer' copyright = '2023, Well ID' author = 'Dominika Dlugosz, Kamil Grunwald, Omer Faruk Sari' -release = '0.0.9' +release = '0.0.10' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 129e0af..736d004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dlis-writer" -version = "0.0.9" +version = "0.0.10" authors = [ { name="Dominika Dlugosz", email="dominika.dlugosz@wellid.no" }, { name="Kamil Grunwald", email="kamil.grunwald@wellid.no" }, diff --git a/src/dlis_writer/__init__.py b/src/dlis_writer/__init__.py index 6667805..ae5506a 100644 --- a/src/dlis_writer/__init__.py +++ b/src/dlis_writer/__init__.py @@ -9,4 +9,4 @@ from dlis_writer.logical_record import eflr_types -__version__ = '0.0.9' +__version__ = '0.0.10'