diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c7c455..9fe9624f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3.0] ### Added - Separate config settings for mturk qualifications for `live` and `sandbox` modes (#505) - Added configuration option for changing autogenerated dashboard-related tables to be unique per experiment -- for use when a single database is shared across multiple experiments (#495) diff --git a/psiturk/version.py b/psiturk/version.py index 328d8677..398aaca1 100644 --- a/psiturk/version.py +++ b/psiturk/version.py @@ -1 +1 @@ -version_number = '3.2.2' +version_number = '3.3.0'