From 231d566ea3a76534a507dd68840524952c10d5d9 Mon Sep 17 00:00:00 2001 From: Dave Eargle Date: Fri, 14 May 2021 15:53:55 -0600 Subject: [PATCH] bump to 3.2.0 --- CHANGELOG.md | 6 +++--- psiturk/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130247e4c..aca808245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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.2.0] ### Added - Add custom MTurk qualification support (#493) - /dashboard/campaigns and /dashboard/tasks now warn if `do_scheduler` is `False` (#502) - amt_services_wrapper's _get_local_hitids no longer queries the Participants table for hitids. - Instead, it wholly relies on the Hit table (`amt_hits` by default). (#498) -- Thanks @evankirkles! + Instead, it wholly relies on the Hit table (`amt_hits` by default). (#498) -- Thanks @evankirkiles! Experiments that are migrating from psiturk v2 should run the new `psiturk migrate db` command when migrating to this release. @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API now uses a custom error handler to pass sometimes-gory exception messages back to the api user (#502) - Change the Participant.datastring column to be lazy-loaded, causing the datastring to not be loaded by the sqlalchemy model until explicilty requested. Leads to massive speed increases for any query involving the - Participant table for cases where the datastring is large. (#504) + Participant table for cases where the datastring is large. (Thanks @evankirkiles!)(#504) ## [3.1.0] ### Added diff --git a/psiturk/version.py b/psiturk/version.py index 026f8a0ff..242a85845 100644 --- a/psiturk/version.py +++ b/psiturk/version.py @@ -1 +1 @@ -version_number = '3.1.0' +version_number = '3.2.0'