Skip to content

Commit

Permalink
v2.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Dec 9, 2018
1 parent 8f3e444 commit 5d6940d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=========
Changelog
=========

v2.5 (2018-12-09)
=================

- Django 2.1 compatibility and tests.

v2.4 (2018-04-09)
=================

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
description=("raw_id_fields widget replacement that handles display of an object's "
Expand Down

0 comments on commit 5d6940d

Please sign in to comment.