Skip to content

Commit

Permalink
bump v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed Apr 8, 2021
1 parent ed7ccfc commit d7f0c48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ tests/shell_transcripts/*
.python-version

_site

.venv
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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.1.0]
### Added
- ability to launch the experiment server from a subdirectory instead of just
the default directory (d781d4f0420004aa19462e59a653bddfcb12fa26)
the default directory by passing `app_dir` keyword argument to `experiment_server.launch()` (d781d4f0420004aa19462e59a653bddfcb12fa26)

### Fixed
- Flask's StreamLogger is now used by default when ON_CLOUD=1, assuming no errorlog
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.0.6'
version_number = '3.1.0'

0 comments on commit d7f0c48

Please sign in to comment.