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 8129dd1 commit b6df97bCopy full SHA for b6df97b
doc/changelog.rst
@@ -1,13 +1,13 @@
1
Changelog
2
=========
3
4
-..
5
- TODO Uncomment this:
+Version 0.1.8
+-------------
6
+
7
+Released on February 11, 2023.
8
- Version 0.1.8
- -------------
9
+- Test against Python 3.10, 3.11.
10
- To be released.
11
12
Version 0.1.7
13
-------------
setup.py
@@ -7,7 +7,7 @@
# Do not change the variable name. It's parsed by doc/conf.py script.
-version = '0.1.7'
+version = '0.1.8'
requires = ['Sphinx >= 1.2', 'six']
0 commit comments