From 8f98158aa8c61dac11b03eb3e04fd6f989f531d7 Mon Sep 17 00:00:00 2001 From: Kaspars Sprogis Date: Thu, 1 Aug 2013 12:53:38 +0300 Subject: [PATCH] Version bump to 0.2.3 and changelog updates --- CHANGELOG.rst | 10 ++++++++++ docs/conf.py | 4 ++-- suit/__init__.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01737756..d94dea17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ and `closed issues `_ for full changes + + v0.2.2 (2013-06-21) ------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index f697cb0e..fcff8b3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/suit/__init__.py b/suit/__init__.py index ace1dd72..26906e0d 100644 --- a/suit/__init__.py +++ b/suit/__init__.py @@ -1 +1 @@ -VERSION = '0.2.2' +VERSION = '0.2.3'