Follow parler updates in requirements. Update version and history
This commit is contained in:
parent
c2bfa7264b
commit
f05b571207
3 changed files with 16 additions and 6 deletions
11
HISTORY.rst
11
HISTORY.rst
|
|
@ -3,6 +3,17 @@
|
||||||
History
|
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)
|
0.1.0 (2014-03-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.2b1.dev1'
|
||||||
|
|
|
||||||
9
setup.py
9
setup.py
|
|
@ -30,14 +30,14 @@ setup(
|
||||||
long_description=readme + '\n\n' + history,
|
long_description=readme + '\n\n' + history,
|
||||||
author='Iacopo Spalletti',
|
author='Iacopo Spalletti',
|
||||||
author_email='i.spalletti@nephila.it',
|
author_email='i.spalletti@nephila.it',
|
||||||
url='https://github.com/yakky/djangocms-blog',
|
url='https://github.com/nephila/djangocms-blog',
|
||||||
packages=[
|
packages=[
|
||||||
'djangocms_blog',
|
'djangocms_blog',
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'django-parler>0.9.4',
|
'django-parler>=1.0',
|
||||||
'django-cms>=3.0b4.dev6',
|
'django-cms>=3.0c1',
|
||||||
'django-taggit',
|
'django-taggit',
|
||||||
'django-filer',
|
'django-filer',
|
||||||
'django-select2',
|
'django-select2',
|
||||||
|
|
@ -47,8 +47,7 @@ setup(
|
||||||
'django-admin-enhancer',
|
'django-admin-enhancer',
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
'https://github.com/edoburu/django-parler/archive/master.zip#egg=django-parler-0.9.5',
|
'https://github.com/edoburu/django-parler/archive/cdd500bb28a234d870274e73cba9d7020f1ef0b1.zip#egg=django-parler-1.0',
|
||||||
'https://github.com/divio/django-cms/archive/develop.zip#egg=django-cms-3.0b4.dev6'
|
|
||||||
],
|
],
|
||||||
license="BSD",
|
license="BSD",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue