diff --git a/HISTORY.rst b/HISTORY.rst index c95f2ef..0401d8a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ======= +0.5.4 +----- + +* Add SearchIndex for pages.Page + 0.5.3 ----- diff --git a/setup.py b/setup.py index a934ca7..f67fb5c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(filename): setup( name = 'Lemon', - version = '0.5.3', + version = '0.5.4', url = 'https://github.com/trilan/lemon', description = 'A collection of some must have Django apps', long_description = read('README.rst') + '\n\n' + read('HISTORY.rst'),