Skip to content

Commit f5cc061

Browse files
author
Sam Cooke
committed
Removing unused template tags
1 parent 0da77dd commit f5cc061

File tree

4 files changed

+7
-46
lines changed

4 files changed

+7
-46
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
*experiments.db
77
.DS_Store
88
django_experiments.egg-info
9-
*.egg
9+
*.egg
10+
dist/

README.rst

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

1111
Changelog
1212
---------
13+
1.1.5
14+
~~~~~
15+
- Removing experiment_helpers template tag library since it is no longer used and breaks under Django 1.9 (thanks david12341235)
16+
1317
1.1.4
1418
~~~~~
1519

experiments/templatetags/experiment_helpers.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

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.4',
37+
version='1.1.5',
3838
description='Python Django AB Testing Framework',
3939
author='Mixcloud',
4040
author_email='[email protected]',

0 commit comments

Comments
 (0)