Skip to content

Commit

Permalink
release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed May 13, 2020
1 parent f5cf939 commit 9ba1eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
@@ -1,8 +1,9 @@
Changes
=======

Version 1.0.2 (released TBD)
Version 1.0.2 (released 2020-05-13)

- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0
- Set Sphinx ``<3`` because of errors related to application context
- Stop using example app

Expand Down
2 changes: 1 addition & 1 deletion flask_webpackext/version.py
Expand Up @@ -15,4 +15,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 9ba1eb8

Please sign in to comment.