Skip to content

Commit

Permalink
Bump version number to v2.2.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617151718
Change-Id: Ia774c4345314ecd2d6b642df27211e5fbcb23d98
  • Loading branch information
jagapiou authored and copybara-github committed Mar 19, 2024
1 parent 4d51bac commit 94c9696
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.1] - 2023-07-25

### Changed

- Do not allow `orientation = None` in Transform objects
- Improve documentation for territory__*.
- Improve scenario tags.
- Move puppeteers testutils to testing dir.
- remove restriction on chex
- Update setup.py to work with older versions of setuptools
- Add dev tools to setup.py
- Add pytest-xdist as a required plugin.
- Update pylintrc

### Fixed

- Debug observations break hidden agenda [#168](https://github.com/google-deepmind/meltingpot/issues/168)
- Various lint errors

### Removed

- Residual v1 file: reaction_graph_utils.py
- Remove stale documentation left over from 1.0.


## [2.2.0] - 2023-07-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import setuptools
from setuptools.command import build_py

VERSION = '2.2.0'
VERSION = '2.2.1'
ASSETS_VERSION = '2.1.0'

ASSETS_URL = f'http://storage.googleapis.com/dm-meltingpot/meltingpot-assets-{ASSETS_VERSION}.tar.gz'
Expand Down

0 comments on commit 94c9696

Please sign in to comment.