Releases: GreenDeploy-io/greendeploy-django-ltree
Releases · GreenDeploy-io/greendeploy-django-ltree
v0.6.0b5 (2023-09-18)
v0.6.0b4 (2023-09-18)
- rename project name.
v0.6.0b3 (2023-09-18)
- Added setup.py for building the project.
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
- 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
- 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 <https://github.com/mariocesar/django-ltree>
__.
Update with the bug fix for #3
🐛FIX TypeError: argument of type 'type' is not iterable closed #3
Test fix the typeerror
This is to test if the bugfix for typeerror in #3 works