diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 388c448..40ccb7e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 1.0.4 +current_version = 1.1.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d13f04..139b46a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +1.1.0 (2024-04-15) +================== + +* Supported Django 4.2 +* Supported python 3.11 +* Dropped support of python 3.7, python 3.8, python 3.9 + 1.0.4 (2024-04-05) ================== diff --git a/README.rst b/README.rst index 75af6ba..bad92a7 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Django Loose FK =============== -:Version: 1.0.4 +:Version: 1.1.0 :Source: https://github.com/maykinmedia/django-loose-fk :Keywords: ``ForeignKey``, ``URL reference``, ``decentralization``, ``integrity`` diff --git a/setup.cfg b/setup.cfg index d49ef60..72435e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = django-loose-fk -version = 1.0.4 +version = 1.1.0 description = Django Loose FK handles local or remote "ForeignKey" references. long_description = file: README.rst url = https://github.com/maykinmedia/django-loose-fk