diff --git a/django_crucrudile/__init__.py b/django_crucrudile/__init__.py index 7d76fa4..9c5443a 100644 --- a/django_crucrudile/__init__.py +++ b/django_crucrudile/__init__.py @@ -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' diff --git a/docs/installation.txt b/docs/installation.txt index 6d87f1c..291a6d2 100644 --- a/docs/installation.txt +++ b/docs/installation.txt @@ -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 ::