diff --git a/HISTORY.rst b/HISTORY.rst index 3c85f0f..03cb58c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ History ======= -next release ------------- +0.7 +--- * Rename lemon.extradmin app to lemon * Move all apps except extradmin to their own separate distributions diff --git a/setup.py b/setup.py index bfa979a..92277f4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(filename): setup( name='Lemon', - version='0.7.dev', + version='0.7', url='https://github.com/trilan/lemon', description='An extension for django.contrib.admin app', long_description=read('README.rst') + '\n\n' + read('HISTORY.rst'),