Skip to content

Commit

Permalink
Bumps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatohater committed Dec 1, 2016
1 parent 4743877 commit 1e06a55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -110,3 +110,9 @@ If you review that users password via the Django ``auth.user`` admin, you should


.. _pgcrypto: http://www.postgresql.org/docs/9.1/static/pgcrypto.html


History
-------

v0.3 - Adds Python 3 support, supports Django 1.8+.
2 changes: 1 addition & 1 deletion pgcryptoauth/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""A Django password hasher that leverages Postgres pgcrypto encryption."""

VERSION = (0, 2, 3)
VERSION = (0, 3)
__version__ = '.'.join([str(x) for x in VERSION])

0 comments on commit 1e06a55

Please sign in to comment.