We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee1819 commit 62ad3d0Copy full SHA for 62ad3d0
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
+## [1.8.8] - 2024-11-13
8
+
9
+### Fixed
10
11
+- Fixed a bug in the Schelling diagram payoffs component preventing some players
12
+from seeing outcomes on certain steps.
13
14
15
## [1.8.7] - 2024-11-5
16
setup.py
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
33
34
setuptools.setup(
35
name='gdm-concordia',
36
- version='1.8.7',
+ version='1.8.8',
37
license='Apache 2.0',
38
license_files=['LICENSE'],
39
url='https://github.com/google-deepmind/concordia',
0 commit comments