diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1b6fd36..3c42953 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 = 1.3.0 +current_version = 1.3.1 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index f559fbf..ed3bc3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 1.3.1 (2024-02-21) * [Fix] Adjust options for django-storages 1.14. diff --git a/README.md b/README.md index 98d81ee..72f8432 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-s3@v1.3.0 + pip install git+https://github.com/hastexo/tutor-contrib-s3@v1.3.1 Then, to enable this plugin, run: