Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Fix bad dependancies in setup.py, bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Oct 24, 2014
1 parent 38a5e85 commit 759ea43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Requires
* `facebook-sdk`_;
* `feedparser`_;
* `google-api-python-client`_;
* `django-filebrowser`_ >= 3.5.7 or `django-filebrowser-no-grappelli`_ >= 3.5.7 (depends if you use django-grapelli or not);
* `django-filebrowser`_ >= 3.5.6 or `django-filebrowser-no-grappelli`_ >= 3.5.6 (depends if you use django-grapelli or not);

Install
*******
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
Changelog
=========

0.3.1
0.3.2
*****

* Fix dependancies in ``setup.py``;

0.3.2
*****

* Replace *django-filer* usage in profit of *django-filebrowser*;
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
],
install_requires=[
'setuptools',
'django-filer>=0.9.7',
'django-taggit',
'twitter',
'python-instagram',
'facebook-sdk',
'feedparser',
'google-api-python-client',
'django'
'django-filebrowser-no-grappelli>=3.5.6'
],
include_package_data=True,
zip_safe=False
Expand Down
2 changes: 1 addition & 1 deletion socialaggregator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""emencia-django-socialaggregator"""
__version__ = '0.3.1'
__version__ = '0.3.2'
__license__ = 'AGPL License'

__author__ = 'rage2000'
Expand Down

0 comments on commit 759ea43

Please sign in to comment.