diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 69926f7..6dab290 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 1.3.0 +current_version = 1.4.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e574c0..233fd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased +Version 1.4.0 (2024-07-31) ----------------------------- * Support Tutor 18 and Open edX Redwood. diff --git a/README.md b/README.md index bdc1525..730d361 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.3.0 + pip install git+https://github.com/hastexo/tutor-contrib-registry@v1.4.0 Usage -----