Skip to content

Commit

Permalink
Release Django Evolution 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Nov 16, 2020
1 parent 8a2c91d commit 56d7b3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_evolution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (2, 1, 0, 'alpha', 0, False)
VERSION = (2, 1, 0, 'final', 0, True)


def get_version_string():
Expand Down
8 changes: 7 additions & 1 deletion docs/releasenotes/2.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django Evolution 2.1
====================

**Release date:** TBD
**Release date:** November 16, 2020


New Features
Expand Down Expand Up @@ -60,3 +60,9 @@ MySQL/MariaDB
These versions of Django "temporarily" unset the ``db_index`` attribute on
fields when generating SQL for creating indexes, and then never restore it.
We now monkey-patch these versions of Django to restore these values.


Contributors
============

* Christian Hammond

0 comments on commit 56d7b3a

Please sign in to comment.