mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-14 13:03:09 +00:00
Bump version to 2.6.1.
This commit is contained in:
parent
6a01f3389a
commit
269f6f130f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
2.6.1 (2017.01.11)
|
||||
------------------
|
||||
|
||||
* Fix infinite recursion with multiple `MonitorField` and `defer()` or `only()`
|
||||
on Django 1.10+. Thanks Romain Garrigues. Merge of GH-242, fixes GH-241.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.6.1.a1'
|
||||
__version__ = '2.6.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue