Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Jul 18, 2016
1 parent d1285db commit 029d561
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
History
=======

0.3.0 (unreleased)
-----------------
0.3.0 (2016-07-18)
------------------

- **Backwards incompatible:** The ``FlaskRedis.init_app`` method no longer takes a ``strict`` parameter. Pass this flag
when creating your ``FlaskRedis`` instance, instead.
Expand Down
2 changes: 1 addition & 1 deletion flask_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
redis = None

__all__ = ('FlaskRedis', )
__version__ = '0.1.0'
__version__ = '0.3.0'


class FlaskRedis(object):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='Flask-Redis',
version='0.1.0',
version='0.3.0',
url='https://github.com/underyx/flask-redis',
author='Rhys Elsmore',
author_email='[email protected]',
Expand All @@ -39,7 +39,7 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
]
Expand Down

0 comments on commit 029d561

Please sign in to comment.