Skip to content

Commit

Permalink
Merge branch 'release/0.7.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yumike committed Nov 9, 2012
2 parents 497c797 + f7f210e commit 7631c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
History History
======= =======


next release 0.7.3
------------ -----


* Hide confusing password field from user change form * Hide confusing password field from user change form
* Custom admin menu items can be added now using project settings * Custom admin menu items can be added now using project settings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(filename):


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

0 comments on commit 7631c37

Please sign in to comment.