Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and semantic-release (via TravisCI) committed Oct 12, 2022
1 parent b383edf commit 34539df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.3 (2022-10-12)
### Fix
* Change Annotation.confirmed_at type to str instead of datetime ([`40597bb`](https://github.com/rossumai/rossum-sdk/commit/40597bbc937277c04ebdd08d6422df9acfdf9dc7))

## v0.1.2 (2022-10-11)
### Fix
* Allow null Organization.trial_expires_at in the model ([`dd95716`](https://github.com/rossumai/rossum-sdk/commit/dd95716f0409c2416cc5637879acd0cdb9aa205f))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.1.2"
__version__ = "0.1.3"

setup(
version=__version__,
Expand Down

0 comments on commit 34539df

Please sign in to comment.