Skip to content

Commit

Permalink
Branch v3.3.0 (#544)
Browse files Browse the repository at this point in the history
* update changelog

* bump version to 3.3.0
  • Loading branch information
deargle authored Feb 28, 2022
1 parent 1d7efb9 commit 822d088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ 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)

### Updated
- Facelift for dashboard

### Fixed
- Fix backwards-compat bug for assignments-table (#528) -- Thanks @jacob-lee!

Expand Down
2 changes: 1 addition & 1 deletion psiturk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version_number = '3.2.2'
version_number = '3.3.0'

0 comments on commit 822d088

Please sign in to comment.