From 03e3e0d032c3d38f0e6a385c5400b792f99dc1fa Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 10 Apr 2023 15:49:48 -0400 Subject: [PATCH] 2.7.1 release --- CHANGELOG.md | 4 +++- turkle/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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'