We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f348d commit 0cc6284Copy full SHA for 0cc6284
README.rst
@@ -107,7 +107,7 @@ Apache Software License
107
CHANGES
108
=======
109
110
-0.8.1 (Unreleased)
+0.8.1 (2018-06-19)
111
------------------
112
113
* #38: Fix 0.8 doesn't compatible with Python 2. Thanks to Benjy Weinberger.
setup.py
@@ -13,7 +13,7 @@ def read(filename):
13
14
setup(
15
name='django-redshift-backend',
16
- version='0.8',
+ version='0.8.1',
17
packages=find_packages(),
18
url='http://django-redshift-backend.rtfd.io/',
19
license='Apache Software License',
0 commit comments