File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'wagtail-experiments' ,
7- version = '0.1. 2' ,
7+ version = '0.2' ,
88 description = "A/B testing for Wagtail" ,
99 author = 'Matthew Westcott' ,
10102525 '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)
You can’t perform that action at this time.
0 commit comments