aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2021-11-09 16:34:19 -0800
committerCopybara-Service <copybara-worker@google.com>2021-11-09 16:34:51 -0800
commit19bf98da82d45fd7a43d58ad41f3b3bb743f3516 (patch)
tree3cba566f4704b2223ffa2c29276cfbf88b91b2b9
parentb35543deaaf8b7c14cea0c8ace4adaf4ba016648 (diff)
downloadabsl-py-19bf98da82d45fd7a43d58ad41f3b3bb743f3516.tar.gz
Preparing the release of absl-py 1.0.0.
This version dropped the support of Python 2.7, 3.4, 3.5. All these three versions have reached end-of-life for more than a year now. PiperOrigin-RevId: 408735139 Change-Id: I82abec68e1336d44cae8228145d62170e070072f
-rw-r--r--CHANGELOG.md4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ab79a5..5ea74f7 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.0.0 (2021-11-09)
+
### Changed
* `absl-py` no longer supports Python 2.7, 3.4, 3.5. All versions have reached
diff --git a/setup.py b/setup.py
index 1ecfa2b..bf67a9f 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ with open(_README_PATH, 'rb') as fp:
setuptools.setup(
name='absl-py',
- version='0.15.0',
+ version='1.0.0',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),