Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Mar 24, 2019
1 parent 5551871 commit 666252a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_ and `Keep A

Unreleased_
-----------

2.0.0_ - 2019-02-24
-------------------
Removed
~~~~~~~
- `BREAKING` - Drop python 2 support.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__VERSION__ = '1.2.0'
__VERSION__ = '2.0.0'

FLASK_EXAMPLE = [
'Flask',
Expand Down

0 comments on commit 666252a

Please sign in to comment.