Skip to content

Commit 71693d0

Browse files
committed
Update version number
1 parent beab272 commit 71693d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
* 0.9.11 (April 15, 2025)
4+
* 0.9.12 (April 15, 2025)
55
* Add CostRate to TimeActivity
66
* Fix retrieval of Item SKU field
77
* Added support for attaching files using byte streams

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(*parts):
1010
return fp.read()
1111

1212

13-
VERSION = (0, 9, 11)
13+
VERSION = (0, 9, 12)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)