Skip to content

Commit

Permalink
Bump to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 5, 2018
1 parent aad1538 commit 4711c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion djng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
13. git push
"""

__version__ = '2.0.4'
__version__ = '2.1'

default_app_config = 'djng.app_config.DjangoAngularConfig'
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Release History
===============

2.1
---
* Add provider ``djangoForm`` to make the button classes for ``showOK()`` , ``showFail()`` and
``showSpinner()`` configurable.

2.0.4
-----
* AngularJS directive ``djng-forms-set`` now creates its own child scope, inheriting prototypically.
Expand Down

0 comments on commit 4711c8c

Please sign in to comment.