From 068b24b4cc6e842f8bb37fcc0b59ff0747cb945b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 5 Dec 2011 14:41:28 -0400 Subject: [PATCH] Update documentation --- docs/changelog.rst | 9 +++++++++ docs/conf.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ca07319a67..d06397f62c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,3 +1,12 @@ +Version 0.10.1 +-------------- +* Upgraded django-compressor to version 1.1.1, run:: + + $ pip install --upgrade -r requirements/production.txt + + to upgrade + + Version 0.10 ------------ * Added a proper setup views for the document grouping functionality. diff --git a/docs/conf.py b/docs/conf.py index 45126bf88f..2b9ba3a5ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ copyright = u'2011, Roberto Rosario' # built documents. # # The short X.Y version. -version = '0.10' +version = '0.10.1' # The full version, including alpha/beta/rc tags. release = '0.10'