We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c5032 commit 43232b3Copy full SHA for 43232b3
CHANGES.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.10.0 (unreleased)
5
+-------------------
6
+* Drop EOL Python 3.6 and 3.7 support
7
+* Add Python 3.11 support
8
+
9
0.9.3 (2022-10-11)
10
------------------
11
* Add public write support.
opentaxii/_version.py
@@ -3,4 +3,4 @@
This module defines the package version for use in __init__.py and setup.py.
"""
-__version__ = '0.9.3'
+__version__ = '0.10.0'
0 commit comments