We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ece58 commit 1464fe2Copy full SHA for 1464fe2
2 files changed
CHANGES.rst
@@ -3,8 +3,8 @@ Changelog
3
4
Here you can see the full list of changes between each Flask-Split release.
5
6
-0.1.1 (not released)
7
-^^^^^^^^^^^^^^^^^^^^
+0.1.1 (2012-03-12)
+^^^^^^^^^^^^^^^^^^
8
9
- Fixed user's participation to an experiment not clearing out from their
10
session, when experiment version was greater than 0.
setup.py
@@ -18,7 +18,7 @@ def run(self):
18
19
setup(
20
name='Flask-Split',
21
- version='0.1.0',
+ version='0.1.1',
22
url='http://github.com/jpvanhal/flask-split',
23
license='MIT',
24
author='Janne Vanhala',
0 commit comments