Skip to content

Commit

Permalink
Prep v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhittingham committed Mar 11, 2024
1 parent d981e1e commit 8c385a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.0.6]
* Added support for the `max_results` parameter to the `real_time_scheduling` query API [#107]

## [2.0.5]
* Added support for the `max_results` parameter to the `availability` query API [#105]

Expand Down Expand Up @@ -32,6 +35,7 @@
## [1.9.3]
* Add support for Element Token generation [#70]

[2.0.6]: https://github.com/cronofy/pycronofy/releases/tag/2.0.6
[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
Expand All @@ -43,6 +47,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

[#107]: https://github.com/cronofy/pycronofy/pull/107
[#105]: https://github.com/cronofy/pycronofy/pull/105
[#104]: https://github.com/cronofy/pycronofy/pull/104
[#102]: https://github.com/cronofy/pycronofy/pull/102
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.5
Version: 2.0.6
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.5'
__version__ = '2.0.6'
__name__ = 'PyCronofy'

"""
Expand Down

0 comments on commit 8c385a4

Please sign in to comment.