Skip to content

Commit

Permalink
django-fineforms 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 26, 2018
1 parent 03add7c commit fc83753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Change log
`Next version`_
===============

`0.4`_ (2018-12-26)
===================

- Added CSS classes to the default ``ff_errors`` template's top level
element and also to the error list.
- Moved all wrappers into ``fineforms.wrappers``.
Expand Down Expand Up @@ -52,4 +55,5 @@ Change log
.. _0.1: https://github.com/matthiask/django-fineforms/commit/06f30791f3d
.. _0.2: https://github.com/matthiask/django-fineforms/compare/0.1...0.2
.. _0.3: https://github.com/matthiask/django-fineforms/compare/0.2...0.3
.. _Next version: https://github.com/matthiask/django-fineforms/compare/0.3...master
.. _0.4: https://github.com/matthiask/django-fineforms/compare/0.3...0.4
.. _Next version: https://github.com/matthiask/django-fineforms/compare/0.4...master
2 changes: 1 addition & 1 deletion fineforms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 3, 1)
VERSION = (0, 4, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit fc83753

Please sign in to comment.