Skip to content

Commit 367cb1b

Browse files
committed
Version bump to 0.2
1 parent e0851bc commit 367cb1b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
0.2.0 (xx.xx.xxxx)
5-
~~~~~~~~~~~~~~~~~~
4+
0.2 (28.11.2018)
5+
~~~~~~~~~~~~~~~~
66

77
* Add support for Wagtail 1.8 - 2.3 and Django 1.11 - 2.1
88
* Added experiment-data management command

setup.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='wagtail-experiments',
7-
version='0.1.2',
7+
version='0.2',
88
description="A/B testing for Wagtail",
99
author='Matthew Westcott',
1010
author_email='[email protected]',
@@ -25,6 +25,12 @@
2525
'Programming Language :: Python :: 3',
2626
'Programming Language :: Python :: 3.3',
2727
'Programming Language :: Python :: 3.4',
28+
'Programming Language :: Python :: 3.5',
29+
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.7',
2831
'Framework :: Django',
32+
'Framework :: Wagtail',
33+
'Framework :: Wagtail :: 1',
34+
'Framework :: Wagtail :: 2',
2935
],
3036
)

0 commit comments

Comments
 (0)