Skip to content

Commit

Permalink
Increment version number to 1.8.8
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695942456
Change-Id: I5b99e10cb2bba3700b8338db78984a05ed168eb4
  • Loading branch information
jzleibo authored and copybara-github committed Nov 13, 2024
1 parent cee1819 commit 62ad3d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [1.8.8] - 2024-11-13

### Fixed

- Fixed a bug in the Schelling diagram payoffs component preventing some players
from seeing outcomes on certain steps.


## [1.8.7] - 2024-11-5

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:

setuptools.setup(
name='gdm-concordia',
version='1.8.7',
version='1.8.8',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/google-deepmind/concordia',
Expand Down

0 comments on commit 62ad3d0

Please sign in to comment.