Skip to content

Commit

Permalink
0.2.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Nov 18, 2009
1 parent 41b46ee commit 6d880e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
0.2.1
====================
- fix installation from PyPI

0.2.0
=====================
- fix usage of middleware with unicode templates (github #2)
Expand Down
1 change: 1 addition & 0 deletions honeypot/__init__.py
@@ -0,0 +1 @@
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-honeypot',
version="0.2.0",
version="0.2.1",
package_dir={'honeypot': 'honeypot'},
packages=['honeypot', 'honeypot.templatetags'],
description='Django honeypot field utilities',
Expand Down

0 comments on commit 6d880e1

Please sign in to comment.