jespern / django-piston (http://bitbucket.org/jespern/)

Piston is a Django mini-framework creating APIs.

Clone this repository (size: 470.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/jespern/django-piston/

Changed (Δ0 bytes):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

@@ -12,7 +12,7 @@ import os
12
12
13
13
setup(
14
14
    name = "django-piston",
15
    version = "0.2.1",
15
    version = "0.2.2",
16
16
    url = 'http://bitbucket.org/jespern/django-piston/wiki/Home',
17
17
	download_url = 'http://bitbucket.org/jespern/django-piston/downloads/',
18
18
    license = 'BSD',