We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8315bbc commit a5c4374Copy full SHA for a5c4374
CHANGELOG.md
@@ -4,6 +4,12 @@ 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
+## [2.3.1] - 2026-02-04
8
+
9
+### Fixed
10
11
+- Remove a flaky profiler test.
12
13
## [2.3.0] - 2026-02-04
14
15
### Changed
setup.py
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
33
34
setuptools.setup(
35
name='gdm-concordia',
36
- version='2.3.0',
+ version='2.3.1',
37
license='Apache 2.0',
38
license_files=['LICENSE'],
39
url='https://github.com/google-deepmind/concordia',
0 commit comments