Skip to content

Commit

Permalink
Finished release 0.1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Apr 25, 2017
2 parents b98df6e + a16c1ab commit 157eebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion django_crypto_fields/field_cryptor.py
@@ -1,7 +1,6 @@
import binascii
import hashlib

from collections import OrderedDict
from Crypto.Cipher import AES as AES_CIPHER

from django.apps import apps as django_apps
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-crypto-fields',
version='0.1.10',
version='0.1.11',
author=u'Erik van Widenfelt',
author_email='ew2789@gmail.com',
packages=find_packages(),
Expand Down

0 comments on commit 157eebb

Please sign in to comment.