Skip to content

Commit

Permalink
bumping version for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed Jul 29, 2019
1 parent b3ecb95 commit 4394a53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.3.3]
### Fixed
- datastring encoding to db was wrong
- for python2, needed to check against six.string_types instead of str

### Added
- unit tests for approve_assignments_for_hit

## [2.3.2]
### Added
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 = '2.3.2'
version_number = '2.3.3'

0 comments on commit 4394a53

Please sign in to comment.