Update documentation

This commit is contained in:
Roberto Rosario
2011-12-05 14:41:28 -04:00
parent 42e622b8d0
commit 068b24b4cc
2 changed files with 10 additions and 1 deletions

View File

@@ -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 Version 0.10
------------ ------------
* Added a proper setup views for the document grouping functionality. * Added a proper setup views for the document grouping functionality.

View File

@@ -48,7 +48,7 @@ copyright = u'2011, Roberto Rosario'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.10' version = '0.10.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.10' release = '0.10'