Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Geoffroy committed Apr 23, 2014
1 parent b75a769 commit 1322bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_crucrudile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__title__ = 'django-crucrudile'
__version__ = '0.4.0'
__version__ = '0.4.1'
__author__ = 'Hugo Geoffroy'
__license__ = 'GNU General Public License V3.0'
__copyright__ = 'Copyright 2013-2014 Hugo Geoffroy'
4 changes: 2 additions & 2 deletions docs/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ As ``django-crucrudile`` is still in the initial development phase, I did not ye

To install with ``pip``::

pip install -e git+https://github.com/pstch/django-crucrudile.git@v1.4#egg=django-crucrudile
pip install -e git+https://github.com/pstch/django-crucrudile.git@master#egg=django-crucrudile

(This installs version 1.4 (1.4.0), use `@master` to install latest release (major, minor or patch), and `@develop` to install development version.
(This installs the latest release (major, minor or patch), use `@develop` to install development version. You can also use `@tag`, replacing tag by a release name (ex: 'v1.4.1') (Git tag, see Releases tab in GitHub).

To install from source ::

Expand Down

0 comments on commit 1322bb7

Please sign in to comment.