Skip to content

Commit 929e377

Browse files
committed
Bump version to 0.5
1 parent b009492 commit 929e377

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
11+
## [0.5] - 2021-09-30
12+
13+
### Added
14+
15+
- [Support for Wagtail 2.14](https://github.com/torchbox/wagtail-ab-testing/pull/39)
16+
817
## [0.4] - 2021-07-20
918

1019
### Added
@@ -61,6 +70,9 @@ WAGTAIL_AB_TESTING = {
6170
}
6271
```
6372

73+
[Unreleased]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...main
74+
[0.5]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.4...v0.5
75+
[0.4]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3.1...v0.4
6476
[0.3.1]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.3.1
6577
[0.3]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.2...v0.3
6678
[0.4]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="wagtail-ab-testing",
18-
version="0.4",
18+
version="0.5",
1919
description="A/B Testing for Wagtail",
2020
author="Karl Hobley",
2121
author_email="[email protected]",

0 commit comments

Comments
 (0)