From 1d273e15e87e8f2c4a5ad895c00061ae3004d593 Mon Sep 17 00:00:00 2001 From: Adam Whittingham Date: Fri, 27 May 2022 17:19:39 +0100 Subject: [PATCH] Update description --- .tool-versions | 2 +- CHANGELOG.md | 6 +++++- PKG-INFO | 2 +- pycronofy/__init__.py | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.tool-versions b/.tool-versions index bb44e0d..512fb02 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -python 3.9.5 +python 3.7.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f79dd..50dc83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.9.6] +* Update library description + ## [1.9.5] * Fix missing `batch` key from Batch Response [#78] * Fix datetime serialization when bulk upserting [#76] @@ -8,6 +11,7 @@ ## [1.9.3] * Add support for Element Token generation [#70] +[1.9.6]: https://github.com/cronofy/pycronofy/releases/tag/1.9.6 [1.9.5]: https://github.com/cronofy/pycronofy/releases/tag/1.9.5 [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 @@ -15,4 +19,4 @@ [#78]: https://github.com/cronofy/pycronofy/pull/78 [#76]: https://github.com/cronofy/pycronofy/pull/76 [#74]: https://github.com/cronofy/pycronofy/pull/74 -[#70]: https://github.com/cronofy/pycronofy/pull/70 \ No newline at end of file +[#70]: https://github.com/cronofy/pycronofy/pull/70 diff --git a/PKG-INFO b/PKG-INFO index b96d2bf..8ea961d 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pycronofy -Version: 1.9.5 +Version: 1.9.6 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 5f33f03..d5f742b 100644 --- a/pycronofy/__init__.py +++ b/pycronofy/__init__.py @@ -1,10 +1,10 @@ from pycronofy.client import Client # noqa: F401 from pycronofy import settings -__version__ = '1.9.5' +__version__ = '1.9.6' __name__ = 'PyCronofy' """ -Python library wrapping Cronofy: +SDK for Cronofy - the Scheduling Platform for Business More info available at: