Skip to content

Commit

Permalink
Merge branch 'release/0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Aug 15, 2013
2 parents e3d19e9 + 37fae79 commit 3ea28e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_uuid_pk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import datetime
import os

VERSION = __version__ = (0, 1, 0, 'alpha', 1)
VERSION = __version__ = (0, 1, 0, 'final', 1)
NAME='django-uuid-pk'
__author__ = 'sax'

Expand Down

0 comments on commit 3ea28e2

Please sign in to comment.