Follow parler updates in requirements. Update version and history

This commit is contained in:
Iacopo Spalletti 2014-03-29 23:10:06 +01:00
commit f05b571207
3 changed files with 16 additions and 6 deletions

View file

@ -3,6 +3,17 @@
History
-------
0.2.0 (in development)
++++++++++++++++++
* **INCOMPATIBLE CHANGE**: view names changed!
* Synced with latest django-parler development branch
* Toolbar items contextual to the current page
* Add support for canonical URLs
* Add transifex support
0.1.0 (2014-03-06)
++++++++++++++++++

View file

@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2b1.dev1'

View file

@ -30,14 +30,14 @@ setup(
long_description=readme + '\n\n' + history,
author='Iacopo Spalletti',
author_email='i.spalletti@nephila.it',
url='https://github.com/yakky/djangocms-blog',
url='https://github.com/nephila/djangocms-blog',
packages=[
'djangocms_blog',
],
include_package_data=True,
install_requires=[
'django-parler>0.9.4',
'django-cms>=3.0b4.dev6',
'django-parler>=1.0',
'django-cms>=3.0c1',
'django-taggit',
'django-filer',
'django-select2',
@ -47,8 +47,7 @@ setup(
'django-admin-enhancer',
],
dependency_links=[
'https://github.com/edoburu/django-parler/archive/master.zip#egg=django-parler-0.9.5',
'https://github.com/divio/django-cms/archive/develop.zip#egg=django-cms-3.0b4.dev6'
'https://github.com/edoburu/django-parler/archive/cdd500bb28a234d870274e73cba9d7020f1ef0b1.zip#egg=django-parler-1.0',
],
license="BSD",
zip_safe=False,