From 5d807926003120b55682bee3dfe029deaea4fd10 Mon Sep 17 00:00:00 2001 From: Matthew Wade Date: Thu, 25 Jan 2024 09:59:17 +0000 Subject: [PATCH] Prepare release --- CHANGELOG.md | 5 +++++ PKG-INFO | 2 +- pycronofy/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d030142..3ef0ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.5] +* Added support for the `max_results` parameter to the `availability` query API [#105] + ## [2.0.4] * Added support for the `query_slots` parameter to the `availability` query API [#104] @@ -29,6 +32,7 @@ ## [1.9.3] * Add support for Element Token generation [#70] +[2.0.5]: https://github.com/cronofy/pycronofy/releases/tag/2.0.5 [2.0.4]: https://github.com/cronofy/pycronofy/releases/tag/2.0.4 [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 @@ -39,6 +43,7 @@ [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 +[#105]: https://github.com/cronofy/pycronofy/pull/105 [#104]: https://github.com/cronofy/pycronofy/pull/104 [#102]: https://github.com/cronofy/pycronofy/pull/102 [#101]: https://github.com/cronofy/pycronofy/pull/101 diff --git a/PKG-INFO b/PKG-INFO index f3b6422..3f66ec5 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pycronofy -Version: 2.0.4 +Version: 2.0.5 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 5e8032e..becf497 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.4' +__version__ = '2.0.5' __name__ = 'PyCronofy' """