File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6] - 2021-10-27
11+
12+ - [ Support for Wagtail 2.15] ( https://github.com/torchbox/wagtail-ab-testing/pull/41 )
1013
1114## [ 0.5] - 2021-09-30
1215
@@ -70,7 +73,8 @@ WAGTAIL_AB_TESTING = {
7073}
7174```
7275
73- [ Unreleased ] : https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...main
76+ [ Unreleased ] : https://github.com/torchbox/wagtail-ab-testing/compare/v0.6...main
77+ [ 0.6 ] : https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...v0.6
7478[ 0.5 ] : https://github.com/torchbox/wagtail-ab-testing/compare/v0.4...v0.5
7579[ 0.4 ] : https://github.com/torchbox/wagtail-ab-testing/compare/v0.3.1...v0.4
7680[ 0.3.1 ] : https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.3.1
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "wagtail-ab-testing" ,
18- version = "0.5 " ,
18+ version = "0.6 " ,
1919 description = "A/B Testing for Wagtail" ,
2020 author = "Karl Hobley" ,
21213232 "Programming Language :: Python :: 3" ,
3333 "Programming Language :: Python :: 3.7" ,
3434 "Programming Language :: Python :: 3.8" ,
35+ "Programming Language :: Python :: 3.9" ,
3536 "Framework :: Django" ,
3637 "Framework :: Django :: 2.2" ,
3738 "Framework :: Django :: 3.0" ,
38- "Framework :: Django :: 3.1 " ,
39+ "Framework :: Django :: 3.2 " ,
3940 "Framework :: Wagtail" ,
4041 "Framework :: Wagtail :: 2" ,
4142 ],
You can’t perform that action at this time.
0 commit comments