diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d692d6..4ae3b02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,26 @@ Changelog ========= -0.6.0a (2023-09-10) +v0.6.0b2 (2023-09-17) +------------------ + +* Refactor GitHub Actions workflow so it can publish to PyPI. +* Refactor GitHub Actions workflow so it can work with matrix of Django/Python/Postgres versions. + +v0.6.0b1 (2023-09-11) +------------------ + +* Drop Django <= 3.1 support. +* Drop Python <= 3.7 support. +* Support Python 3.9, 3.10, and 3.11, +* Support Django 3.2, 4.1, and 4.2. +* Drop Travis CI in favor of GitHub Actions. +* Refactor Markdown files in favor of reStructuredText. +* Fork from the `original project `__. +* Publish as full release. + + +v0.6.0a (2023-09-10) ------------------ * Drop Django <=3.1 support. diff --git a/setup.cfg b/setup.cfg index 64f25e0..6a474a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = greendeploy_django_ltree -version = 0.6.0a +version = 0.6.0b2 description = greendeploy-django-ltree is a Django package for using Postgres ltree fields in your Django models. long_description = file: README.rst long_description_content_type = text/x-rst