1
0
Fork 0

Bumped to 0.2

This commit is contained in:
Daniele Tricoli 2012-12-14 08:34:02 +01:00
parent b419dddb45
commit f874449956
5 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,9 @@
Version 0.2, 14 December 2012:
------------------------------
* Update to use Core Five Labs file manager git revision
5e6bf11431b87b46e52840cf064a18a5a7cb7cba
Version 0.1, 01 December 2010:
------------------------------

View file

@ -6,7 +6,7 @@ Copyright (c) 2010-2012 Daniele Tricoli <eriol@mornie.org>
Read LICENSE for more informations.
"""
VERSION = (0, 2, 0, 'dev')
VERSION = (0, 2)
def get_version():
"""Returns project version in a human readable form."""

View file

@ -48,9 +48,9 @@ copyright = u'2010-2012, Daniele Tricoli'
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -21,14 +21,14 @@ Simply install ``django-c5filemanager`` using ``pip``::
Alternatively you can directly install from a packaged version or from the
mercurial repository using ``pip``.
For example, if you want to install version 0.1 from the mercurial repository
For example, if you want to install version 0.2 from the mercurial repository
you have to do::
$ pip install -e http://hg.mornie.org/django/c5filemanager/@0.1#egg=django-c5filemanager
$ pip install -e http://hg.mornie.org/django/c5filemanager/@0.2#egg=django-c5filemanager
Or from the packaged version::
$ pip install http//downloads.mornie.org/django-c5filemanager/django-c5filemanager-0.1.tar.gz
$ pip install http//downloads.mornie.org/django-c5filemanager/django-c5filemanager-0.2.tar.gz
Manual installation
~~~~~~~~~~~~~~~~~~~

View file

@ -21,4 +21,4 @@ manager.
:Release: |version|
:Date: |today|
:Date: 14 December 2012