Skip to content

Commit 6d74e0c

Browse files
committed
Bump version to release. Final 2.0 release
1 parent 7c238bd commit 6d74e0c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

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

5+
## Version 2.0.38 (2024-11-19)
6+
- Added 'on_premises_sam_account_name' to directory.py (Thanks @danpoltawski)
7+
- TokenBackend: Added DjangoTokenBackend (Thanks @sdelgadoc)
8+
59
## Version 2.0.37 (2024-10-23)
6-
-TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele)
10+
- TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele)
711

812
## Version 2.0.36 (2024-07-04)
913

O365/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.37'
1+
__version__ = '2.0.38'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
VERSION = '2.0.37'
6+
VERSION = '2.0.38'
77

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

0 commit comments

Comments
 (0)