File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33Almost 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
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 33from 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
99CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments