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

Commit

Permalink
Bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Mar 16, 2011
1 parent c60d8d6 commit 70830ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoratings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os.path
import warnings

__version__ = (0, 3, 5)
__version__ = (0, 3, 6)

def _get_git_revision(path):
revision_file = os.path.join(path, 'refs', 'heads', 'master')
Expand Down

0 comments on commit 70830ec

Please sign in to comment.