From 2e1ef17768feadb6e4fe842c5ab91266daa11625 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 28 Mar 2022 13:50:04 -0400 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 4 ++++ turkle/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c017aff..c1a2a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## [2.6.2] - 2022-03-28 +### Added + - Adds `TURKLE_ANONYMOUS_TASKS` flag to turn off anonymous tasks + ## [2.6.1] - 2022-02-24 ### Fixed - Display of password validation errors diff --git a/turkle/__init__.py b/turkle/__init__.py index c3fa781..31c60b9 100644 --- a/turkle/__init__.py +++ b/turkle/__init__.py @@ -1,2 +1,2 @@ default_app_config = 'turkle.apps.TurkleAppConfig' -__version__ = '2.6.1' +__version__ = '2.6.2'