Skip to content

Commit

Permalink
Bump version number and update history
Browse files Browse the repository at this point in the history
  • Loading branch information
yumike committed Aug 21, 2012
1 parent ae7c02e commit 6e36388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

0.7.1
-----

* Add missing initial schemamigration

0.7
---

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(filename):

setup(
name='Lemon',
version='0.7',
version='0.7.1',
url='https://github.com/trilan/lemon',
description='An extension for django.contrib.admin app',
long_description=read('README.rst') + '\n\n' + read('HISTORY.rst'),
Expand Down

0 comments on commit 6e36388

Please sign in to comment.