Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed May 29, 2017
1 parent 9c14d30 commit 009323c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,6 +1,6 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 0.1.0 (released 2016-05-29)

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

from __future__ import absolute_import, print_function

__version__ = '0.1.0.dev20170000'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
install_requires = [
'Flask>=0.11',
'pynpm>=0.1.1',
'pywebpack>=0.1.0',
'pywebpack>=0.1.1',
]

packages = find_packages()
Expand Down

0 comments on commit 009323c

Please sign in to comment.