Skip to content

Commit

Permalink
build(pypi): bump the version to 0.6.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
simkimsia committed Sep 17, 2023
1 parent acc56af commit dd70d91
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/mariocesar/django-ltree>`__.
* Publish as full release.


v0.6.0a (2023-09-10)
------------------

* Drop Django <=3.1 support.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dd70d91

Please sign in to comment.