Skip to content

Commit

Permalink
Add changelog entry for dlisio v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
achaikou committed Jan 20, 2025
1 parent 64ae12b commit 9acfe09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ complete overview of changes, please refer to the git log.
The format is based on `Keep a Changelog`_,
but most notably, without sectioning changes into type-of-change.

1.0.3_ - 2025.01.21
-------------------
* Prebuilt wheels for python 3.13

1.0.2_ - 2024.08.13
-------------------
* dlisio is tested to work against numpy 2.0
Expand Down Expand Up @@ -309,6 +313,7 @@ but most notably, without sectioning changes into type-of-change.
.. _`Keep a changelog`: https://keepachangelog.com/en/1.0.0/
.. _readthedocs: https://dlisio.readthedocs.io/en/stable/

.. _1.0.3: https://github.com/equinor/dlisio/compare/v1.0.2...v1.0.3
.. _1.0.2: https://github.com/equinor/dlisio/compare/v1.0.1...v1.0.2
.. _1.0.1: https://github.com/equinor/dlisio/compare/v1.0.0...v1.0.1
.. _1.0.0: https://github.com/equinor/dlisio/compare/v0.3.7...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# pass

# The full version, including alpha/beta/rc tags.
release = "1.0.2"
release = "1.0.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
version = 1.0.2
version = 1.0.3

0 comments on commit 9acfe09

Please sign in to comment.