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

Commit b5df98b

Browse files
committed
version bump.
1 parent c70ea34 commit b5df98b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
django-admin-honeypot is fake Django admin login page that logs all attempts to login in the database. The purpose is to give administrators some insight into who is attempting to gain unauthorized access to their Django-powered website.
44

55
* **Author**: [Derek Payton](http://dmpayton.com)
6-
* **Version**: 0.1.0
6+
* **Version**: 0.1.1
77
* **License**: MIT
88

99
## Installation

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.0'
4+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)