Skip to content

Commit 82e05fd

Browse files
committed
Bump version tag to 1.9.13
1 parent f541296 commit 82e05fd

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
@@ -98,7 +98,7 @@
9898
# built documents.
9999
#
100100
# The short X.Y version.
101-
version = "1.19.12"
101+
version = "1.9.13"
102102

103103
# The full version, including alpha/beta/rc tags.
104104
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)