aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2022-07-18 13:26:08 -0700
committerCopybara-Service <copybara-worker@google.com>2022-07-18 13:26:43 -0700
commit9aca0e4651e9845ab3a7e8f83a1852ff3f3752a2 (patch)
treef7e874f1f1d57d98d5e4001f23a6702620afa8f9
parente976efe15c1cbafe07b9ba7af3118041efbf721b (diff)
downloadabsl-py-9aca0e4651e9845ab3a7e8f83a1852ff3f3752a2.tar.gz
Preparing the release of absl-py 1.2.0.
PiperOrigin-RevId: 461698919 Change-Id: Iaf4b66876dcc2ca647ff85696bca992f6d1da257
-rw-r--r--CHANGELOG.md4
-rw-r--r--setup.py3
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d083f61..ab288ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
## Unreleased
+Nothing notable unreleased.
+
+## 1.2.0 (2022-07-18)
+
### Fixed
* Fixed a crash in Python 3.11 when `TempFileCleanup.SUCCESS` is used.
diff --git a/setup.py b/setup.py
index 4a8c361..23fcac2 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ with open(_README_PATH, 'rb') as fp:
setuptools.setup(
name='absl-py',
- version='1.1.0',
+ version='1.2.0',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),
@@ -64,6 +64,7 @@ setuptools.setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: Apache Software License',