Skip to content

Commit 4162a02

Browse files
authored
Merge pull request #491 from NYUCCL/release-3.1.0
bump v3.1.0
2 parents ed7ccfc + d7f0c48 commit 4162a02

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ tests/shell_transcripts/*
7070
.python-version
7171

7272
_site
73+
74+
.venv

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [3.1.0]
88
### Added
99
- ability to launch the experiment server from a subdirectory instead of just
10-
the default directory (d781d4f0420004aa19462e59a653bddfcb12fa26)
10+
the default directory by passing `app_dir` keyword argument to `experiment_server.launch()` (d781d4f0420004aa19462e59a653bddfcb12fa26)
1111

1212
### Fixed
1313
- Flask's StreamLogger is now used by default when ON_CLOUD=1, assuming no errorlog

psiturk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version_number = '3.0.6'
1+
version_number = '3.1.0'

0 commit comments

Comments
 (0)