Skip to content

Commit

Permalink
Merge pull request #83 from cronofy/update-description
Browse files Browse the repository at this point in the history
Update description
  • Loading branch information
AdamWhittingham authored May 30, 2022
2 parents 420876f + 1d273e1 commit a09c9c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.9.5
python 3.7.9
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.9.6]
* Update library description

## [1.9.5]
* Fix missing `batch` key from Batch Response [#78]
* Fix datetime serialization when bulk upserting [#76]
Expand All @@ -8,11 +11,12 @@
## [1.9.3]
* Add support for Element Token generation [#70]

[1.9.6]: https://github.com/cronofy/pycronofy/releases/tag/1.9.6
[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.5
Version: 1.9.6
Summary: Python wrapper for Cronofy
Home-page: https://github.com/cronofy/pycronofy
Author: VenueBook
Expand Down
4 changes: 2 additions & 2 deletions pycronofy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from pycronofy.client import Client # noqa: F401
from pycronofy import settings
__version__ = '1.9.5'
__version__ = '1.9.6'
__name__ = 'PyCronofy'

"""
Python library wrapping Cronofy:
SDK for Cronofy - the Scheduling Platform for Business
More info available at:
Expand Down

0 comments on commit a09c9c5

Please sign in to comment.