Skip to content

Commit

Permalink
Changelog for #41 and bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Oct 27, 2021
1 parent 3675825 commit 83b3609
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6] - 2021-10-27

- [Support for Wagtail 2.15](https://github.com/torchbox/wagtail-ab-testing/pull/41)

## [0.5] - 2021-09-30

Expand Down Expand Up @@ -70,7 +73,8 @@ WAGTAIL_AB_TESTING = {
}
```

[Unreleased]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...main
[Unreleased]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.6...main
[0.6]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...v0.6
[0.5]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.4...v0.5
[0.4]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3.1...v0.4
[0.3.1]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.3.1
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="wagtail-ab-testing",
version="0.5",
version="0.6",
description="A/B Testing for Wagtail",
author="Karl Hobley",
author_email="[email protected]",
Expand All @@ -32,10 +32,11 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Wagtail",
"Framework :: Wagtail :: 2",
],
Expand Down

0 comments on commit 83b3609

Please sign in to comment.