Skip to content

Commit 142e45a

Browse files
authored
Merge pull request #593 from achaikou/changelog_1.9.13
Bump version tag to 1.9.13
2 parents c946c3c + 82e05fd commit 142e45a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.9.13
2+
* Distribute wheels for Python 3.13
3+
* Support for python 3.6, 3.7, 3.8 has been dropped, as it is end-of-life
4+
15
# 1.9.12
26
* Distribute wheels for Python 3.12
37
* Distribute wheels for Apple ARM

python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# built documents.
100100
#
101101
# The short X.Y version.
102-
version = "1.19.12"
102+
version = "1.9.13"
103103

104104
# The full version, including alpha/beta/rc tags.
105105
release = version

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 1.9.12
2+
version = 1.9.13
33

44
[aliases]
55
test=pytest

0 commit comments

Comments
 (0)