Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed May 18, 2017
2 parents 148cfb1 + d8dc5bf commit f052fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ A custom menu is provided, the menu is rendered through js, and data are fetched

## <a name="installation"></a>Installation

Until version 0.1.0 will be released, you can pip install the repo master branch
Install the last stable release

pip install git+https://github.com/otto-torino/django-baton
pip install django-baton

or clone the repo inside your project

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

setup(
name='django-baton',
version='1.0.0',
version='1.0.1',
packages=['baton', 'baton.autodiscover', 'baton.templatetags'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit f052fd4

Please sign in to comment.