From ebad70a39d8021e2449427a2f3a2e869c2e328fe Mon Sep 17 00:00:00 2001 From: Foad Lind Date: Tue, 9 Aug 2022 10:14:32 +0200 Subject: [PATCH] build: Version 1.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 8b1575e..f60be6b 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 = 0.1.0 +current_version = 1.0.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d94f7..bcf24c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 1.0.0 (2022-08-09) * [BREAKING CHANGE] Support Tutor 14 and Open edX Nutmeg. This entails a configuration format change from JSON to YAML, meaning that from diff --git a/README.md b/README.md index be1231f..0baab49 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-retirement@v0.1.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v1.0.0 Usage -----