From 4906587921207dd436e782ac7542be4d99e74153 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 18 Oct 2023 14:04:21 -0400 Subject: [PATCH] prepare for next round of development --- CHANGELOG.md | 2 ++ turkle/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea8341..02b28e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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). +## [Unreleased] + ## [3.0.0] - 2023-09-20 ### Changed - Upgrade to Django 3.2 diff --git a/turkle/__init__.py b/turkle/__init__.py index 4eb28e3..2328621 100644 --- a/turkle/__init__.py +++ b/turkle/__init__.py @@ -1 +1 @@ -__version__ = '3.0.0' +__version__ = '3.1.0-dev'