Skip to content

Commit 878bb19

Browse files
chore(release): 1.0.0
- Drop Python 2.6 & 3.3 support - Ensure latest version of Python & redis-py supported - For redis-py >= 3 use `redis.Redis` as default connection class - Use `inspect.getfullargspec()` when available
1 parent 9ef0cd7 commit 878bb19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.0.0 (In Development)
2-
----------------------
1+
1.0.0 (2019-02-18)
2+
------------------
33

44
* Drop Python 2.6 & 3.3 support, ensure Python 3.6+ support. Kudos to
55
`jezdez <https://github.com/jezdez>`_ for pull request & implementation

flask_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
__author = 'Igor Davydenko'
3232
__license__ = 'BSD License'
33-
__version__ = '1.0.0a0'
33+
__version__ = '1.0.0'
3434

3535

3636
IS_PY3 = sys.version_info[0] == 3

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy