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 1887579 commit 34b1a8aCopy full SHA for 34b1a8a
CHANGELOG.md
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Security
15
-->
16
17
+## [1.3.2] 2020-03-24
18
+
19
+### Fixed
20
+* Fixes: 1.3.1 inadvertently uploaded to pypi with an extra migration (0003...) from a dev branch.
21
22
## [1.3.1] 2020-03-23
23
24
### Added
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-oauth-toolkit
3
-version = 1.3.1
+version = 1.3.2
4
description = OAuth2 Provider for Django
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
0 commit comments