From c3f7bb030a587cba344e4d81897ed218de529d30 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Tue, 19 Mar 2024 19:52:14 -0700 Subject: [PATCH] Bump version number to v2.2.2 PiperOrigin-RevId: 617371865 Change-Id: I7992a874b64169ed152126eab64d5b470b317bd6 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5c57f5..7ce1a2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.2.1] - 2023-07-25 +## [2.2.2] - 2024-03-20 + +### Fixed + +- Update setup.py to work with earlier setuptools (fixes broken 2.2.1 release). + + +## [2.2.1] - 2024-03-19 [YANKED] ### Changed diff --git a/setup.py b/setup.py index 1268dd09..26e2f816 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools from setuptools.command import build_py -VERSION = '2.2.1' +VERSION = '2.2.2' ASSETS_VERSION = '2.1.0' ASSETS_URL = f'http://storage.googleapis.com/dm-meltingpot/meltingpot-assets-{ASSETS_VERSION}.tar.gz'