Skip to content

Commit

Permalink
release as v0.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jan 25, 2017
1 parent 15b3d13 commit e1eb1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ to:

== history

* v0.32.3 - 25.01.2017 - *dev*
* v0.32.3 - 25.01.2017 - [[https://github.com/jedie/django-tools/compare/v0.32.2...v0.32.3|compare v0.32.2...v0.32.3]]
** Fix UnicodeDecodeError in BrowserDebug
** NEW: @set_string_if_invalid() decorator
** NEW: @task_always_eager() decorator
* v0.32.2 - 13.01.2017 - [[https://github.com/jedie/django-tools/compare/v0.32.2...v0.32.2|compare v0.32.1...v0.32.2]]
* v0.32.2 - 13.01.2017 - [[https://github.com/jedie/django-tools/compare/v0.32.1...v0.32.2|compare v0.32.1...v0.32.2]]
** NEW: django_tools.utils.url.GetDict
* v0.32.1 - 29.12.2016 - [[https://github.com/jedie/django-tools/compare/v0.32.0...v0.32.1|compare v0.32.0...v0.32.1]]
** NEW: TracebackLogMiddleware
Expand Down
2 changes: 1 addition & 1 deletion django_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = "0.32.2"
__version__ = "0.32.3"

0 comments on commit e1eb1b5

Please sign in to comment.