We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beab272 commit 71693d0Copy full SHA for 71693d0
2 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-* 0.9.11 (April 15, 2025)
+* 0.9.12 (April 15, 2025)
5
* Add CostRate to TimeActivity
6
* Fix retrieval of Item SKU field
7
* Added support for attaching files using byte streams
setup.py
@@ -10,7 +10,7 @@ def read(*parts):
10
return fp.read()
11
12
13
-VERSION = (0, 9, 11)
+VERSION = (0, 9, 12)
14
version = '.'.join(map(str, VERSION))
15
16
setup(
0 commit comments