Skip to content

Commit f9d25ea

Browse files
jzleibocopybara-github
authored andcommitted
Increment version number to 1.8.6
PiperOrigin-RevId: 691131146 Change-Id: Ie080ab6a6c8b3c5aa92b523aa9061c49de9c0b91
1 parent eb06a1f commit f9d25ea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [1.8.6] - 2024-10-29
8+
9+
### Added
10+
11+
- Add ability to save and load rational and basic agents to/from json.
12+
- Add a version of agent development colab that uses GCP hosted model
13+
14+
715
## [1.8.5] - 2024-10-21
816

917
### Fixed

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.5',
36+
version='1.8.6',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)