Skip to content

Commit 83b3609

Browse files
committed
Changelog for #41 and bump version to 0.6
1 parent 3675825 commit 83b3609

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="wagtail-ab-testing",
18-
version="0.5",
18+
version="0.6",
1919
description="A/B Testing for Wagtail",
2020
author="Karl Hobley",
2121
author_email="[email protected]",
@@ -32,10 +32,11 @@
3232
"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
],

0 commit comments

Comments
 (0)