Skip to content

Commit 43232b3

Browse files
committed
Target v0.10.0
1 parent 02c5032 commit 43232b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.10.0 (unreleased)
5+
-------------------
6+
* Drop EOL Python 3.6 and 3.7 support
7+
* Add Python 3.11 support
8+
49
0.9.3 (2022-10-11)
510
------------------
611
* Add public write support.

opentaxii/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This module defines the package version for use in __init__.py and setup.py.
44
"""
55

6-
__version__ = '0.9.3'
6+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)