Skip to content

Commit b2de77c

Browse files
jagapioucopybara-github
authored andcommitted
Update Concordia to version 1.8.10
PiperOrigin-RevId: 707872432 Change-Id: I180e222a217ebc86c4c6ee2ac87d91cf2a86d96c
1 parent fa301ee commit b2de77c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

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

7+
8+
## [1.8.10] - 2024-12-19
9+
10+
### Changed
11+
12+
- Avoid deprecated logging.warn function
13+
- Remove version restriction on pandas
14+
15+
716
## [1.8.9] - 2024-11-25
817

918
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333

3434
setuptools.setup(
3535
name='gdm-concordia',
36-
version='1.8.9',
36+
version='1.8.10',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)