From e128b6d89355215738280ec16faca85d7a94c973 Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Fri, 12 Jan 2024 09:29:28 +0100 Subject: [PATCH] build: Version 1.2.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 3f7ea5f..4f9e4f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 1.1.0 +current_version = 1.2.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 5606d10..b2d600a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased +Version 1.2.0 (2024-01-12) ----------------------------- * Add Support for Tutor 17 and Open edX Quince. diff --git a/README.md b/README.md index f173925..a6e9cc0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-registry@v1.1.0 + pip install git+https://github.com/hastexo/tutor-contrib-registry@v1.2.0 Usage -----