diff --git a/CHANGELOG.md b/CHANGELOG.md index abad3aa..b6b25ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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] +## [2.7.1] - 2023-04-10 +### Fixed + - fixed deleting users ## [2.7.0] - 2022-11-01 ### Changed diff --git a/turkle/__init__.py b/turkle/__init__.py index 473c2ff..6e741ff 100644 --- a/turkle/__init__.py +++ b/turkle/__init__.py @@ -1,2 +1,2 @@ default_app_config = 'turkle.apps.TurkleAppConfig' -__version__ = '2.7.1-dev' +__version__ = '2.7.1'