Skip to content

Commit

Permalink
Version bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Nov 28, 2018
1 parent e0851bc commit 367cb1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.2.0 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~~~
0.2 (28.11.2018)
~~~~~~~~~~~~~~~~

* Add support for Wagtail 1.8 - 2.3 and Django 1.11 - 2.1
* Added experiment-data management command
Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='wagtail-experiments',
version='0.1.2',
version='0.2',
description="A/B testing for Wagtail",
author='Matthew Westcott',
author_email='matthew.westcott@torchbox.com',
Expand All @@ -25,6 +25,12 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'Framework :: Wagtail',
'Framework :: Wagtail :: 1',
'Framework :: Wagtail :: 2',
],
)

0 comments on commit 367cb1b

Please sign in to comment.