Skip to content

Commit 0da77dd

Browse files
author
Sam Cooke
committed
Adding jsonfield to requirements
1 parent 48f172c commit 0da77dd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ If you don't know what AB testing is, check out `wikipedia <http://en.wikipedia.
1010

1111
Changelog
1212
---------
13-
1.1.3
13+
1.1.4
1414
~~~~~
1515

16-
- Removing django-jsonfield from requirements.txt (thank you to bustavo)
16+
- Removing django-jsonfield from requirements.txt (thank you to bustavo) and adding jsonfield
1717

1818
1.1.2
1919
~~~~~

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
redis>=2.4.9
22
django>=1.7.0
33
django-modeldict==1.4.1
4+
jsonfield>=1.0.3
45
mock==1.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def parse_dependency_links(file_name):
3434

3535

3636
setup(name='django-experiments',
37-
version='1.1.3',
37+
version='1.1.4',
3838
description='Python Django AB Testing Framework',
3939
author='Mixcloud',
4040
author_email='[email protected]',

0 commit comments

Comments
 (0)