richleland / django-cumulus (http://packages.python.org/django-cumulus/)
An interface to Rackspace Cloud Files through Django.
Clone this repository (size: 76.4 KB): HTTPS / SSH
$ hg clone http://code.richleland.com/django-cumulus
| commit 35: | 40ef4d3876a3 |
| parent 34: | 68bdbc3b48a0 |
| branch: | default |
| tags: | 0.2.2 |
Bumped version to 0.2.2.
Changed (Δ105 bytes):
raw changeset »
docs/changelog.rst (5 lines added, 0 lines removed)
docs/conf.py (2 lines added, 2 lines removed)
docs/index.rst (4 lines added, 4 lines removed)
setup.py (2 lines added, 2 lines removed)
Up to file-list docs/changelog.rst:
1 |
1 |
changelog |
2 |
2 |
========= |
3 |
3 |
|
4 |
Version 0.2.2, 11 February 2010 |
|
5 |
******************************* |
|
6 |
||
7 |
* Fixed bug when using django-imagekit |
|
8 |
||
4 |
9 |
Version 0.2, 10 February 2010 |
5 |
10 |
***************************** |
6 |
11 |
| … | … | @@ -45,9 +45,9 @@ copyright = u'2010, Rich Leland' |
45 |
45 |
# built documents. |
46 |
46 |
# |
47 |
47 |
# The short X.Y version. |
48 |
version = '0.2. |
|
48 |
version = '0.2.2' |
|
49 |
49 |
# The full version, including alpha/beta/rc tags. |
50 |
release = '0.2. |
|
50 |
release = '0.2.2' |
|
51 |
51 |
|
52 |
52 |
# The language for content autogenerated by Sphinx. Refer to documentation |
53 |
53 |
# for a list of supported languages. |
Up to file-list docs/index.rst:
| … | … | @@ -14,7 +14,7 @@ The aim of django-cumulus is to provide |
14 |
14 |
Installation |
15 |
15 |
************ |
16 |
16 |
|
17 |
To install the latest release (currently 0.2. |
|
17 |
To install the latest release (currently 0.2.2) from PyPI using pip:: |
|
18 |
18 |
|
19 |
19 |
pip install django-cumulus |
20 |
20 |
|
| … | … | @@ -24,8 +24,8 @@ To install the development version using |
24 |
24 |
|
25 |
25 |
Or you can download the tarball and install:: |
26 |
26 |
|
27 |
wget http://bitbucket.org/richleland/django-cumulus/get/0.2.1.tar.gz |
|
28 |
tar -xzvf django-cumulus-0.2.1.tar.gz |
|
27 |
wget http://bitbucket.org/richleland/django-cumulus/get/0.2.2.tar.gz |
|
28 |
tar -xzvf django-cumulus-0.2.2.tar.gz |
|
29 |
29 |
cd django-cumulus |
30 |
30 |
python setup.py install |
31 |
31 |
|
| … | … | @@ -71,7 +71,7 @@ Requirements |
71 |
71 |
|
72 |
72 |
You can install these dependencies yourself, or use the requirements file included in the package:: |
73 |
73 |
|
74 |
pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.2. |
|
74 |
pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.2.2/requirements.txt |
|
75 |
75 |
|
76 |
76 |
Tests |
77 |
77 |
***** |
| … | … | @@ -8,7 +8,7 @@ long_description = open(index_filename). |
8 |
8 |
|
9 |
9 |
setup( |
10 |
10 |
name = "django-cumulus", |
11 |
version = "0.2. |
|
11 |
version = "0.2.2", |
|
12 |
12 |
packages = find_packages(), |
13 |
13 |
|
14 |
14 |
author = "Rich Leland", |
| … | … | @@ -17,7 +17,7 @@ setup( |
17 |
17 |
description = "An interface to Rackspace Cloud Files through Django.", |
18 |
18 |
long_description = long_description, |
19 |
19 |
url = "http://bitbucket.org/richleland/django-cumulus/", |
20 |
download_url = "http://bitbucket.org/richleland/django-cumulus/get/0.2. |
|
20 |
download_url = "http://bitbucket.org/richleland/django-cumulus/get/0.2.2.tar.gz", |
|
21 |
21 |
classifiers=[ |
22 |
22 |
'Development Status :: 3 - Alpha', |
23 |
23 |
'Environment :: Web Environment', |
