File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
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
+
5
9
## Version 2.0.37 (2024-10-23)
6
- -TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele )
10
+ - TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele )
7
11
8
12
## Version 2.0.36 (2024-07-04)
9
13
Original file line number Diff line number Diff line change 1
- __version__ = '2.0.37 '
1
+ __version__ = '2.0.38 '
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
6
- VERSION = '2.0.37 '
6
+ VERSION = '2.0.38 '
7
7
8
8
# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
9
9
CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments