Skip to content

Commit

Permalink
Version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Apr 11, 2024
1 parent ab22be0 commit 23fdf06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
{ name="Kamil Grunwald", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/dlis_writer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from dlis_writer.logical_record import eflr_types


__version__ = '0.0.9'
__version__ = '0.0.10'

0 comments on commit 23fdf06

Please sign in to comment.