Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Dec 4, 2017
1 parent eab1180 commit 9bb4216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Pending

.. Insert new release notes below this line
2.2.0 (2017-12-04)
------------------

* Add ``output_field`` argument to ``JSONExtract`` function.
* Improved DB version checks for ``JSONField`` and ``DynamicField`` so you can
have just one connection that supports them.
Expand Down
2 changes: 1 addition & 1 deletion django_mysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = 'Adam Johnson'
__email__ = '[email protected]'
__version__ = '2.1.1'
__version__ = '2.2.0'


default_app_config = 'django_mysql.apps.MySQLConfig'

0 comments on commit 9bb4216

Please sign in to comment.