We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b21b1 commit 98a8c56Copy full SHA for 98a8c56
doc/changelog.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+Version 0.1.9
5
+-------------
6
+
7
+Released on March 13, 2024.
8
9
+- Test against Python 3.12.
10
+- Drop support for Python 3.7.
11
12
Version 0.1.8
13
-------------
14
setup.py
@@ -7,7 +7,7 @@
# Do not change the variable name. It's parsed by doc/conf.py script.
-version = '0.1.8'
+version = '0.1.9rc1'
requires = ['Sphinx >= 1.2']
0 commit comments