diff --git a/CHANGES.md b/CHANGES.md index fed4c14..a805f82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +**23.12.2 (2023-12-04)** +* Fixed test pipeline configuration + **23.12.1 (2023-12-04)** * Added Django 5.0 support * Updated Ruff version diff --git a/ambient_package_update/__init__.py b/ambient_package_update/__init__.py index 49364e3..0e15af8 100644 --- a/ambient_package_update/__init__.py +++ b/ambient_package_update/__init__.py @@ -1,3 +1,3 @@ """Ambient package update tool for clean and swift maintenance""" -__version__ = "23.12.1" +__version__ = "23.12.2" diff --git a/ambient_package_update/templates/.github/workflows/ci.yml.tpl b/ambient_package_update/templates/.github/workflows/ci.yml.tpl index eb90ba7..7706b7e 100644 --- a/ambient_package_update/templates/.github/workflows/ci.yml.tpl +++ b/ambient_package_update/templates/.github/workflows/ci.yml.tpl @@ -52,6 +52,10 @@ jobs: django-version: 32 - python-version: '3.10' django-version: 32 + - python-version: '3.8' + django-version: 50 + - python-version: '3.9' + django-version: 50 steps: - uses: actions/checkout@v4