Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Commit b802971

Browse files
committed
Version bump
1 parent b529a28 commit b802971

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.mkd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ django-admin-honeypot is fake Django admin login page that logs all attempts to
55
This app was inspired by discussion in and around Paul McMillan's security talk at DjangoCon 2011.
66

77
* **Author**: [Derek Payton](http://dmpayton.com)
8-
* **Version**: 0.1.1
8+
* **Version**: 0.1.2
99
* **License**: MIT
1010

1111
## Installation
@@ -57,4 +57,3 @@ You can setup custom listeners on this signal to, e.g., notify site admins of po
5757
## Testing
5858
5959
python manage.py test admin_honeypot
60-

admin_honeypot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'Derek Payton <derek.payton@gmail.com>'
22
__copyright__ = 'Copyright (c) Derek Payton'
33
__description__ = 'A fake Django admin login screen.'
4-
__version__ = '0.1.1'
4+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)