Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeikeikeike committed Dec 31, 2012
1 parent 1b3971d commit 56dda22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,11 @@
History
--------

0.7.1rc1 (2012-12-31)
~~~~~~~~~~~~~~~~~~~~
* Support issue `#34 <https://github.com/ikeikeikeike/tastypie-queryset-client/issues/34>`_
* Support issue `#33 <https://github.com/ikeikeikeike/tastypie-queryset-client/issues/33>`_

0.6.4 (2012-08-14)
~~~~~~~~~~~~~~~~~~~
* Support issue `#29 <https://github.com/ikeikeikeike/tastypie-queryset-client/issues/29>`_
Expand Down
2 changes: 1 addition & 1 deletion queryset_client/__init__.py
@@ -1,6 +1,6 @@
from client import Client

VERSION = (0, 6, 4, 'final', 1)
VERSION = (0, 7, 1, 'rc', 1)


def get_version(version=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[egg_info]
tag_build =
tag_build = rc1
tag_date = 0
tag_svn_revision = 0

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
# from setuptools.command.test import test

version = '0.6.4'
version = '0.7.1'
name = 'tastypie-queryset-client'
short_description = 'Client for Tastypie. Provide operation similar to the Django Model API'
long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
Expand Down

0 comments on commit 56dda22

Please sign in to comment.