diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4df4027..f1d51ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +========= +Changelog +========= + +v2.5 (2018-12-09) +================= + +- Django 2.1 compatibility and tests. + v2.4 (2018-04-09) ================= diff --git a/README.rst b/README.rst index d69ff94..9d93746 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,9 @@ See this example: Installation ============ +The app is compatible and tested with Python 2.7 → 3.7 and all versions +of Django between 1.8 → 2.1. + Install the package with ``pip``: .. code-block:: bash diff --git a/setup.py b/setup.py index 866569f..b0d386f 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='django-dynamic-raw-id', - version='2.5a1', + version='2.5', author='Martin Mahner, Seth Buntin, Yann Malet', author_email='info@lincolnloop.com', description=("raw_id_fields widget replacement that handles display of an object's "