Skip to content

Commit

Permalink
Version 1.0.2 (Fix homepage link in setup.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed May 21, 2012
1 parent 2dd79c4 commit 0c23c25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ This runs an example API for a few models of `contrib.contenttypes` and `contrib
Changelog
=========

1.0.2
-----

* Fix homepage link in setup.py

1.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion autoapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name = 'django-auto-api'
package = 'autoapi'
description = 'Web APIs for Django, with one line of code.'
url = 'http://github.com/tomchristie/autoapi/'
url = 'http://github.com/tomchristie/django-auto-api/'
author = 'Tom Christie'
author_email = 'tom@tomchristie.com'
license = 'BSD'
Expand Down

0 comments on commit 0c23c25

Please sign in to comment.