Skip to content

Commit

Permalink
Merge pull request #491 from NYUCCL/release-3.1.0
Browse files Browse the repository at this point in the history
bump v3.1.0
  • Loading branch information
deargle committed Apr 8, 2021
2 parents ed7ccfc + d7f0c48 commit 4162a02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -70,3 +70,5 @@ tests/shell_transcripts/*
.python-version

_site

.venv
4 changes: 2 additions & 2 deletions CHANGELOG.md
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
@@ -1 +1 @@
version_number = '3.0.6'
version_number = '3.1.0'

0 comments on commit 4162a02

Please sign in to comment.