Skip to content

Commit

Permalink
Bump the version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theospears committed Oct 4, 2012
1 parent b5eead4 commit 6793287
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ If you don't know what AB testing is, check out `wikipedia <http://en.wikipedia.
Changelog
---------

0.3.5
~~~~~

- Add migration scripts for south
- Fix rendering when probabilities close to 100%
- Reduce database load when a user performs an action multiple times

0.3.4
~~~~~

Expand Down Expand Up @@ -311,4 +318,4 @@ All Settings
'nexus',
'gargoyle',
'experiments',
]
]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_dependency_links(file_name):


setup(name='django-experiments',
version='0.3.4',
version='0.3.5',
description='Python Django AB Testing Framework',
author='Chris Villa',
author_email='chris@mixcloud.com',
Expand All @@ -37,4 +37,4 @@ def parse_dependency_links(file_name):
install_requires = parse_requirements('requirements.txt'),
dependency_links = parse_dependency_links('requirements.txt'),
long_description=open('README.rst').read(),
)
)

0 comments on commit 6793287

Please sign in to comment.