Skip to content

Commit

Permalink
Merge pull request #593 from achaikou/changelog_1.9.13
Browse files Browse the repository at this point in the history
Bump version tag to 1.9.13
  • Loading branch information
achaikou authored Feb 4, 2025
2 parents c946c3c + 82e05fd commit 142e45a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.9.13
* Distribute wheels for Python 3.13
* Support for python 3.6, 3.7, 3.8 has been dropped, as it is end-of-life

# 1.9.12
* Distribute wheels for Python 3.12
* Distribute wheels for Apple ARM
Expand Down
2 changes: 1 addition & 1 deletion python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# built documents.
#
# The short X.Y version.
version = "1.19.12"
version = "1.9.13"

# The full version, including alpha/beta/rc tags.
release = version
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 1.9.12
version = 1.9.13

[aliases]
test=pytest
Expand Down

0 comments on commit 142e45a

Please sign in to comment.