Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Bumping serializer version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattimustang committed Mar 7, 2011
1 parent 3ba2dc8 commit 70a54f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions python/serializer/ChangeLog
@@ -1,3 +1,7 @@
Version 1.1.0:

- Added support for "natural keys" as implemented in Django.

Version 1.0.0:

- First public release.
2 changes: 1 addition & 1 deletion python/serializer/setup.py
Expand Up @@ -19,7 +19,7 @@
author='Matthew Flanagan',
author_email='mattimustang@gmail.com',
url='http://code.google.com/p/wadofstuff/',
download_url='http://wadofstuff.googlecode.com/files/wadofstuff-django-serializers-1.0.0.tar.gz',
download_url='http://wadofstuff.googlecode.com/files/wadofstuff-django-serializers-1.1.0.tar.gz',
packages=(
'wadofstuff',
'wadofstuff.django',
Expand Down
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 70a54f7

Please sign in to comment.