From 5e74727a6cb7cfa99c87fdee8572a54121338939 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 2 Jan 2024 15:12:29 +0000 Subject: [PATCH 1/3] Version bump to 2.0.3 --- PKG-INFO | 2 +- pycronofy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index bb2219b..ed146cc 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -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 diff --git a/pycronofy/__init__.py b/pycronofy/__init__.py index f6c3c32..81b1768 100644 --- a/pycronofy/__init__.py +++ b/pycronofy/__init__.py @@ -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' """ From 7d20ccc6e84aa37a81542e41e1b5293300393717 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 2 Jan 2024 15:16:41 +0000 Subject: [PATCH 2/3] Add entry to changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9966e6..e0a8907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [2.0.2] +# [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] ## [2.0.1] @@ -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 @@ -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 From 478eefdd04965278338377c89e8a4ce003926821 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 2 Jan 2024 15:28:07 +0000 Subject: [PATCH 3/3] consistent heading sizes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a8907..dbb72ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# [2.0.3] +## [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] +## [2.0.2] * Added method to bulk authorize accounts via a service account authentication [#99] ## [2.0.1]