From 7049e3c031391fbb1c92422d6bed32e79b0b9f14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Sep 2022 14:34:34 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 9 +++++++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c53d3a..5217a2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Release Notes +## [1.0.0](https://github.com/cpcloud/protoletariat/compare/v0.9.4...1.0.0) (2022-09-11) + + +### ⚠ BREAKING CHANGES + +* **deps:** Move to Python 3.8. 0.9.4 is the last version to support Python 3.7 + +* **deps:** bump python lower bound to 3.8 ([0480117](https://github.com/cpcloud/protoletariat/commit/04801176b74747199adcfe101f65c7c880662f07)) + ## [0.9.4](https://github.com/cpcloud/protoletariat/compare/v0.9.3...v0.9.4) (2022-06-22) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index e94731c0..5becc17c 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1 +1 @@ -__version__ = "0.9.4" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index ddeb11b2..f6cc6d80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "0.9.4" +version = "1.0.0" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"