Skip to content

Commit

Permalink
Increment version number to 1.8.6
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691131146
Change-Id: Ie080ab6a6c8b3c5aa92b523aa9061c49de9c0b91
  • Loading branch information
jzleibo authored and copybara-github committed Oct 29, 2024
1 parent eb06a1f commit f9d25ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.6] - 2024-10-29

### Added

- Add ability to save and load rational and basic agents to/from json.
- Add a version of agent development colab that uses GCP hosted model


## [1.8.5] - 2024-10-21

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

0 comments on commit f9d25ea

Please sign in to comment.