Skip to content

Commit

Permalink
Update Concordia to version 1.8.10
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707872432
Change-Id: I180e222a217ebc86c4c6ee2ac87d91cf2a86d96c
  • Loading branch information
jagapiou authored and copybara-github committed Dec 19, 2024
1 parent fa301ee commit b2de77c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.10] - 2024-12-19

### Changed

- Avoid deprecated logging.warn function
- Remove version restriction on pandas


## [1.8.9] - 2024-11-25

### Changed
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.9',
version='1.8.10',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/google-deepmind/concordia',
Expand Down

0 comments on commit b2de77c

Please sign in to comment.