Skip to content

Commit

Permalink
1.5.4 (#312)
Browse files Browse the repository at this point in the history
* Add config for readthedocs

* Update CHANGELOG

* Bump to 1.5.4
  • Loading branch information
MarcCote committed May 5, 2023
1 parent ca37193 commit a146f4c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

This changelog follows the following convention [https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/).

## [1.5.2] - 2022-02-08
## [1.5.3] - 2023-05-04
### Fixed
- Fix MacOS setup [311](https://github.com/microsoft/TextWorld/pull/311)
- Fix jquery security issue [309](https://github.com/microsoft/TextWorld/pull/309)

## [1.5.2] - 2022-09-16
### Fixed
- Fix security issue [301](https://github.com/microsoft/TextWorld/pull/301)
- Fix requirements and Inform7 links [303](https://github.com/microsoft/TextWorld/pull/303)
- Fix gym version [305](https://github.com/microsoft/TextWorld/pull/305)
- Fix documentation [306](https://github.com/microsoft/TextWorld/pull/306)
- Rename main branch and references to it [307](https://github.com/microsoft/TextWorld/pull/307)

## [1.5.2] - 2022-09-16
### Fixed

- Use functools.partial instead of lambda functions. It's more multiprocessing friendly. [294](https://github.com/microsoft/TextWorld/pull/294)
Expand Down
4 changes: 2 additions & 2 deletions textworld/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.3'
__prerelease__ = '1.5.3rc2'
__version__ = '1.5.4'
__prerelease__ = '1.5.4rc1'

0 comments on commit a146f4c

Please sign in to comment.