Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Casanovas committed Jan 11, 2024
1 parent ed15f58 commit 26f1751
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Almost every release features a lot of bugfixes but those are not listed here.


## Version 2.0.32 (2024-01-11)

###Features:
- Connection: Allow default headers to be set for GET request (see #1021)
- Teams: Add ability to set user presence status and get another users presence status (Thanks @RogerSelwyn)


## Version 2.0.31 (2023-09-27)

###Features:
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.31'
__version__ = '2.0.32'
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.31'
VERSION = '2.0.32'

# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
Expand Down

0 comments on commit 26f1751

Please sign in to comment.