Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c666de8 commit 75ee881Copy full SHA for 75ee881
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
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
10
3.7.1
11
------------------
12
DEVELOPMENT.rst
@@ -24,7 +24,8 @@ Instructions to upload auth0-python to PyPI
24
25
.. code-block:: bash
26
27
- python setup.py sdist bdist upload
+ python3 setup.py sdist bdist_wheel --universal
28
+ twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
29
30
or do it using docker:
31
auth0/__init__.py
@@ -1 +1 @@
-__version__ = '3.7.1'
+__version__ = '3.7.2'
0 commit comments