Skip to content

Commit 231d566

Browse files
committed
bump to 3.2.0
1 parent 82124c7 commit 231d566

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [3.2.0]
88
### Added
99
- Add custom MTurk qualification support (#493)
1010
- /dashboard/campaigns and /dashboard/tasks now warn if `do_scheduler` is `False` (#502)
1111
- amt_services_wrapper's _get_local_hitids no longer queries the Participants table for hitids.
12-
Instead, it wholly relies on the Hit table (`amt_hits` by default). (#498) -- Thanks @evankirkles!
12+
Instead, it wholly relies on the Hit table (`amt_hits` by default). (#498) -- Thanks @evankirkiles!
1313

1414
Experiments that are migrating from psiturk v2 should run the new `psiturk migrate db` command
1515
when migrating to this release.
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- API now uses a custom error handler to pass sometimes-gory exception messages back to the api user (#502)
3333
- Change the Participant.datastring column to be lazy-loaded, causing the datastring to not be loaded by the
3434
sqlalchemy model until explicilty requested. Leads to massive speed increases for any query involving the
35-
Participant table for cases where the datastring is large. (#504)
35+
Participant table for cases where the datastring is large. (Thanks @evankirkiles!)(#504)
3636

3737
## [3.1.0]
3838
### Added

psiturk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version_number = '3.1.0'
1+
version_number = '3.2.0'

0 commit comments

Comments
 (0)