Skip to content

Commit

Permalink
Fix packaging problem. Fixes #29.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Fairs committed Apr 4, 2013
1 parent d30b9a8 commit 092ebe9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README
include LICENSE.txt
include docs/HISTORY.txt
recursive-include lazysignup/templates *.html
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.12.1
------

Fix a packaging error. Thanks to Tamas Mako (tomako) for reporting it.

0.12.0
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.12.0'
version = '0.12.1'

setup(name='django-lazysignup',
version=version,
Expand Down

0 comments on commit 092ebe9

Please sign in to comment.