From c3a187bb6c4c37e947b11e33d1f5c29c550b270a Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Mon, 7 Oct 2024 13:33:37 +0200 Subject: [PATCH] build: Version 2.0.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6dab290..d0fa61b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 1.4.0 +current_version = 2.0.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index e182300..2518527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased +Version 2.0.0 (2024-10-07) ----------------------------- * Drop support for Python 3.8. diff --git a/README.md b/README.md index 67034f4..2ee8337 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-registry@v1.4.0 + pip install git+https://github.com/hastexo/tutor-contrib-registry@v2.0.0 Usage -----