Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Sep 6, 2016
1 parent 4d0d256 commit c75f4da
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,7 @@

- Use djangocms-maps (instead of djangocms-googlemap)
- Add a simple type of editorial workflow (via user groups and CMS permissions)
- Upgrade Zinnia templates (django-organice-theme)
- Upgrade and add more social auth providers (django-allauth)
- Upgrade to Django 1.8.14, django CMS 3.3.2, Zinnia 0.16
- Add ability to generate Nginx deployment configuration
Expand Down
21 changes: 10 additions & 11 deletions docs/requirements.txt
Expand Up @@ -6,45 +6,44 @@ Django==1.8.14
django-allauth==0.27.0
django-analytical==2.2.1
django-apptemplates==1.2
django-blog-zinnia==0.17
django-classy-tags==0.7.2
django-blog-zinnia==0.16
django-classy-tags==0.8.0
django-cms==3.3.2
django-contrib-comments==1.7.2
django-formtools==1.0
django-mptt==0.8.5
django-organice-theme==0.3
django-sekizai==0.9.0
django-mptt==0.8.6
django_organice_theme==0.4.1
django-sekizai==0.10.0
Django-Select2==4.3.2
django-simple-links==0.1.4
django-tagging==0.4.3
django-tinymce==2.3.0
django-tagging==0.4.4
django-tinymce==2.4.0
django-todo==1.6
django-treebeard==4.0.1
django-xmlrpc==0.1.5
djangocms-admin-style==1.2.3
djangocms-attributes-field==0.1.1
djangocms-file==1.0
djangocms-googlemap==0.5.1
djangocms-grid==1.3.0
djangocms-inherit==0.2.1
djangocms-link==1.8.2
djangocms_maps==0.6.0
djangocms-oembed==0.5
djangocms-picture==1.0.0
djangocms-table==1.2
djangocms-teaser==0.2.0
djangocms-text-ckeditor==3.1.0
easy-thumbnails==2.3
html5lib==0.9999999
lxml==3.6.3
lxml==3.6.4
micawber==0.3.3
mots-vides==2015.5.11
oauthlib==1.1.2
oauthlib==2.0.0
Pillow==3.3.1
pyparsing==2.1.8
pyquery==1.2.13
python3-openid==3.0.10
pytz==2016.6.1
regex==2016.7.21
requests==2.11.1
requests-oauthlib==0.6.2
six==1.10.0
Expand Down
4 changes: 2 additions & 2 deletions organice/__init__.py
Expand Up @@ -14,12 +14,12 @@
"""
All-in-one collaboration solution providing an intuitive, consistent user experience.
"""
__version__ = '0.4.dev1'
__version__ = '0.4.0'

__author__ = 'Peter Bittner'
__author_email__ = 'django@bittner.it'
__maintainer__ = __author__
__maintainer_email__ = __author_email__

__url__ = 'http://organice.io/'
__url__ = 'https://organice.io/'
__license__ = 'Apache 2.0'
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -14,7 +14,7 @@ djangocms-teaser
djangocms-text-ckeditor
# git+https://github.com/samluescher/django-form-designer.git#egg=django-form-designer-0.8.0
# git+https://github.com/samluescher/django-media-tree@b69c508#egg=django-media-tree-0.9.0 # treebeard feature branch
django-organice-theme
django-organice-theme>=0.4.0,<0.5.0
django-simple-links
django-tinymce
django-todo
Expand Down

0 comments on commit c75f4da

Please sign in to comment.