Skip to content

Commit

Permalink
Merge pull request #80 from cronofy/v1.9.5
Browse files Browse the repository at this point in the history
Prepare v1.9.5
  • Loading branch information
Grajo authored Mar 23, 2022
2 parents bae210f + 956c317 commit 420876f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## [1.9.5]
* Fix missing `batch` key from Batch Response [#78]
* Fix datetime serialization when bulk upserting [#76]

## [1.9.4]
* Add a single parent Exception, `PyCronofyException` [#74]

## [1.9.3]
* Add support for Element Token generation [#70]


[1.9.5]: https://github.com/cronofy/pycronofy/releases/tag/1.9.5
[1.9.4]: https://github.com/cronofy/pycronofy/releases/tag/1.9.4
[1.9.3]: https://github.com/cronofy/pycronofy/releases/tag/1.9.3

[#78]: https://github.com/cronofy/pycronofy/pull/78
[#76]: https://github.com/cronofy/pycronofy/pull/76
[#74]: https://github.com/cronofy/pycronofy/pull/74
[#70]: https://github.com/cronofy/pycronofy/pull/70
[#70]: https://github.com/cronofy/pycronofy/pull/70
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: pycronofy
Version: 1.9.4
Version: 1.9.5
Summary: Python wrapper for Cronofy
Home-page: https://github.com/cronofy/pycronofy
Author: VenueBook
Expand Down
2 changes: 1 addition & 1 deletion pycronofy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pycronofy.client import Client # noqa: F401
from pycronofy import settings
__version__ = '1.9.4'
__version__ = '1.9.5'
__name__ = 'PyCronofy'

"""
Expand Down

0 comments on commit 420876f

Please sign in to comment.