Skip to content

Commit fa69d1b

Browse files
committed
Changelog and version bump
1 parent 349dd27 commit fa69d1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

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

4+
0.9.3 (2022-10-11)
5+
------------------
6+
* Add public write support.
7+
48
0.9.2 (2022-08-26)
59
------------------
610
* Improve readability and navigation of docs (`#238 <https://github.com/eclecticiq/OpenTAXII/pull/238>`_ thanks `@zed-eiq <https://github.com/zed-eiq>`_ for the improvement).

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.2'
6+
__version__ = '0.9.3'

0 commit comments

Comments
 (0)