Skip to content

Commit

Permalink
Merge pull request #103 from cronofy/version-bump
Browse files Browse the repository at this point in the history
Version bump for release version 2.0.3
  • Loading branch information
Nevett committed Jan 2, 2024
2 parents 7bf9d10 + 478eefd commit fe3dd4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.3]
* Support for event_creation param for Real Time Scheduling [#102]
* Bug fix to accept callback_urls param for Real Time Scheduling [#101]

## [2.0.2]
* Added method to bulk authorize accounts via a service account authentication [#99]

Expand All @@ -22,6 +26,7 @@
## [1.9.3]
* Add support for Element Token generation [#70]

[2.0.3]: https://github.com/cronofy/pycronofy/releases/tag/2.0.3
[2.0.2]: https://github.com/cronofy/pycronofy/releases/tag/2.0.2
[2.0.1]: https://github.com/cronofy/pycronofy/releases/tag/2.0.1
[2.0.0]: https://github.com/cronofy/pycronofy/releases/tag/2.0.0.rc1
Expand All @@ -30,6 +35,8 @@
[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

[#102]: https://github.com/cronofy/pycronofy/pull/102
[#101]: https://github.com/cronofy/pycronofy/pull/101
[#99]: https://github.com/cronofy/pycronofy/pull/99
[#95]: https://github.com/cronofy/pycronofy/pull/95
[#89]: https://github.com/cronofy/pycronofy/pull/89
Expand Down
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: 2.0.2
Version: 2.0.3
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__ = '2.0.2'
__version__ = '2.0.3'
__name__ = 'PyCronofy'

"""
Expand Down

0 comments on commit fe3dd4f

Please sign in to comment.