From 373e616fe25234b8e275e084d77b05e9f9400bdb Mon Sep 17 00:00:00 2001 From: namrata Date: Wed, 23 Aug 2023 11:57:54 +0530 Subject: [PATCH] build: Version 2.1.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 75b29aa..a9bc0a4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,7 +3,7 @@ commit = True tag = True sign_tags = True message = build: Version {new_version} -current_version = 2.0.0 +current_version = 2.1.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 343afae..d1c435e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 2.1.0 (2023-08-23) * [Enhancement] Support Tutor 16 and Open edX Palm, Python 3.10, and Python 3.11. diff --git a/README.md b/README.md index e88b38b..fe615f9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-retirement@v2.0.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v2.1.0 Usage -----