From 4695e07ccb6d292755fc16b1020e1ab6e96f322f Mon Sep 17 00:00:00 2001 From: "Storm B. Heg" Date: Tue, 27 Feb 2024 13:39:02 +0100 Subject: [PATCH] Back to development: v0.10 [skip ci] --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bd3d9..1ed1990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10] - UNRELEASED + +Nothing new yet + ## [0.9] - 2023-12-14 - [Add missing migration](https://github.com/wagtail-nest/wagtail-ab-testing/pull/65) diff --git a/setup.py b/setup.py index 5b6037f..4a970c8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="wagtail-ab-testing", - version="0.9", + version="0.10", description="A/B Testing for Wagtail", long_description=long_description, long_description_content_type="text/markdown",