From af007240c6f4ee682e63dce0f40ca272913e2a18 Mon Sep 17 00:00:00 2001 From: Dave Eargle Date: Mon, 31 Oct 2022 16:34:16 -0600 Subject: [PATCH] bump to 3.3.1 (#552) --- CHANGELOG.md | 5 +++++ psiturk/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe9624f..f32c1f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [3.3.1] + +### Fixed +- Bumped pyOpenSSL to 22.0.0 to fix a problem with its `cryptography` package requirement. + ## [3.3.0] ### Added - Separate config settings for mturk qualifications for `live` and `sandbox` modes (#505) diff --git a/psiturk/version.py b/psiturk/version.py index 398aaca1..a234d363 100644 --- a/psiturk/version.py +++ b/psiturk/version.py @@ -1 +1 @@ -version_number = '3.3.0' +version_number = '3.3.1'