Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75ee881

Browse files
authored
Release 3.7.2 (auth0#192)
Release 3.7.2
1 parent c666de8 commit 75ee881

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
3.7.2
5+
------------------
6+
7+
**Fixed**
8+
- Fix HTTP method used for rotating Client secret [\#191](https://github.com/auth0/auth0-python/pull/191) ([lbalmaceda](https://github.com/lbalmaceda))
9+
410
3.7.1
511
------------------
612

DEVELOPMENT.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Instructions to upload auth0-python to PyPI
2424

2525
.. code-block:: bash
2626
27-
python setup.py sdist bdist upload
27+
python3 setup.py sdist bdist_wheel --universal
28+
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
2829
2930
or do it using docker:
3031

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.7.1'
1+
__version__ = '3.7.2'

0 commit comments

Comments
 (0)