Skip to content

Commit

Permalink
Version bump to 0.2.3 and changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Aug 1, 2013
1 parent 8f833cc commit 8f98158
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v0.2.3 (2013-08-01)
-------------------------------------------------------------

* [Feature] Added CSS file for media=print. Reposition/hide unnecessary elements when printing.
* [Feature] More robust URL splitting/parsing for menu which now supports all kind of admin urls including `i18n_patterns` [Thanks to @philippbosch]
* [Feature] List attributes feature improvement: `suit_row_attributes` method now receives also request as an argument. [Thanks to @asteinlein]
* [Fix] CSS improvements for Mac/Safari: `box-shadow` fixes.
* See `commit log <https://github.com/darklow/django-suit/commits/develop>`_ and `closed issues <https://github.com/darklow/django-suit/issues?direction=desc&sort=updated&state=closed>`_ for full changes


v0.2.2 (2013-06-21)
-------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.2'
version = '0.2.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.2'
release = '0.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion suit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.2'
VERSION = '0.2.3'

0 comments on commit 8f98158

Please sign in to comment.