Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
CronofyMatt committed Jan 25, 2024
1 parent 6a574cd commit 5d80792
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.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]

Expand Down Expand Up @@ -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
Expand All @@ -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
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.4
Version: 2.0.5
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.4'
__version__ = '2.0.5'
__name__ = 'PyCronofy'

"""
Expand Down

0 comments on commit 5d80792

Please sign in to comment.