Merge branch 'hotfix/v0.10-hf1'
This commit is contained in:
@@ -21,7 +21,7 @@ admin_site = {'text': _(u'admin site'), 'view': 'admin:index', 'famfam': 'keyboa
|
||||
__version_info__ = {
|
||||
'major': 0,
|
||||
'minor': 10,
|
||||
'micro': 0,
|
||||
'micro': 1,
|
||||
'releaselevel': 'final',
|
||||
'serial': 0
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -16,6 +16,6 @@ pdfminer==20110227
|
||||
APScheduler==2.0.2
|
||||
Pillow==1.7.4
|
||||
cssmin==0.1.4
|
||||
django-compressor==1.1
|
||||
django-compressor==1.1.1
|
||||
-e git://github.com/rosarior/django-sendfile.git#egg=django-sendfile
|
||||
djangorestframework==0.2.3
|
||||
|
||||
@@ -13,6 +13,6 @@ pdfminer==20110227
|
||||
APScheduler==2.0.2
|
||||
Pillow==1.7.4
|
||||
cssmin==0.1.4
|
||||
django-compressor==1.1
|
||||
django-compressor==1.1.1
|
||||
-e git://github.com/rosarior/django-sendfile.git#egg=django-sendfile
|
||||
djangorestframework==0.2.3
|
||||
|
||||
Reference in New Issue
Block a user