diff --git a/CHANGELOG.md b/CHANGELOG.md index a063ca990..3b23d5364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + -## [1.3.0] 2020-03-TBD +## [1.3.0] 2020-03-02 ### Added * Add support for Python 3.7 & 3.8 diff --git a/setup.cfg b/setup.cfg index 060e1d04e..d9d724c43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-oauth-toolkit -version = 1.2.0 +version = 1.3.0 description = OAuth2 Provider for Django author = Federico Frenguelli, Massimiliano Pippi author_email = synasius@gmail.com