From 7ef3765e8927592e5e2c7ed972f812e34a28e7b5 Mon Sep 17 00:00:00 2001 From: Dave Eargle Date: Mon, 31 Oct 2022 16:29:57 -0600 Subject: [PATCH] bump to 3.3.1 --- 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'