Skip to content

Commit

Permalink
Merge pull request #40 from illia-v/version-0.0.48
Browse files Browse the repository at this point in the history
Bump version to 0.0.48
  • Loading branch information
jardev authored Sep 16, 2017
2 parents 8141620 + 405e608 commit 9c475db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.0.48
====

- Update the project to be compatible with Django 1.11

0.0.47
====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-ripple_api',
version='0.0.47',
version='0.0.48',
packages=find_packages(),
requires=['python (>= 2.7)', 'requests', 'django_model_utils'],
install_requires=['requests<2.3.0', 'django-model-utils'],
Expand Down

0 comments on commit 9c475db

Please sign in to comment.