Skip to content

Commit

Permalink
Merge branch 'release/0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hedleyroos committed Apr 3, 2012
2 parents ff3448b + f8bc8d5 commit 48b9c75
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .gitignore
@@ -1,3 +1,10 @@
*.pyc
*.swp
*.egg-info/
*.pyc
*.egg-info
ve/
build/
dist/
*.swo
/docs/_build
coverage.xml
pep8.txt
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -4,6 +4,7 @@ Authors
Praekelt Foundation
-------------------
* Shaun Sephton
* Hedley Roos

bTaylor Design
--------------
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

0.0.4 (unreleased)
------------------
0.0.4
-----
#. Handle missing REMOTE_ADDR request meta key. Thanks Joe Jasinski.
#. Added checks for settings.DEBUG to facilitate tests. Thanks Victor Neo.
#. Fix for correct iframe URL in case of no javascript. Thanks gerdemb.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -3,3 +3,4 @@ include CHANGELOG.rst
include LICENSE
include README.rst
recursive-include captcha/templates *
recursive-include captcha/backends *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-recaptcha',
version='0.0.4 (unreleased)',
version='0.0.4',
description='Django recaptcha form field/widget app.',
long_description = open('README.rst', 'r').read() + open('AUTHORS.rst', 'r').read() + open('CHANGELOG.rst', 'r').read(),
author='Praekelt Foundation',
Expand Down

0 comments on commit 48b9c75

Please sign in to comment.