Skip to content

Commit

Permalink
Bump version to release. Final 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alejcas committed Nov 19, 2024
1 parent b0839ca commit 638cdec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

Almost every release features a lot of bugfixes but those are not listed here.

## Version 2.0.38 (2024-11-19)
- Added 'on_premises_sam_account_name' to directory.py (Thanks @danpoltawski)
- TokenBackend: Added DjangoTokenBackend (Thanks @sdelgadoc)

## Version 2.0.37 (2024-10-23)
-TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele)
- TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele)

## Version 2.0.36 (2024-07-04)

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.37'
__version__ = '2.0.38'
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.37'
VERSION = '2.0.38'

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

0 comments on commit 638cdec

Please sign in to comment.