Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alejcas committed Jun 14, 2024
1 parent 160edcd commit c7be40b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion O365/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.34'
__version__ = '2.0.35'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c7be40b

Please sign in to comment.