diff --git a/CHANGES.md b/CHANGES.md index 7f38075a..cd6839d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,18 @@ Almost every release features a lot of bugfixes but those are not listed here. +## Version 2.0.35 (2024-06-29) + +###Features: +- Tasks: Exposed status property (Thanks @RogerSelwyn) +- Tasks: Added bucket_id to allowed update-attributes of Task (Thanks @dekiesel) +- Drive: Added "hashes" attribute to File (Thanks @Chrisrdouglas) +- Drive: get_item_by_path now prepends a slash if it's missing (Thanks @dekiesel) +- Excel: Added "only_values" to "get_used_range" method (Thanks @zstrathe) +- Query: Added negate to iterables inside Query +- Protocol: Added 'Europe/Kyiv' as valid Iana timezone (Thanks @jackill88) +- Message: Added ability to add custom headers (Thanks @ted-mey) + ## Version 2.0.34 (2024-02-29) diff --git a/O365/__version__.py b/O365/__version__.py index fcd743c4..dda945eb 100644 --- a/O365/__version__.py +++ b/O365/__version__.py @@ -1 +1 @@ -__version__ = '2.0.34' +__version__ = '2.0.35' diff --git a/setup.py b/setup.py index 3cae63db..0d4283f9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -VERSION = '2.0.34' +VERSION = '2.0.35' # Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers CLASSIFIERS = [