diff --git a/HISTORY.rst b/HISTORY.rst index 4f6886f..e731bf5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,9 +19,13 @@ History * Add some docs - 0.1.4 (2015-06-29) -------------------- * ReadMe add semicolon * Fix pypi readme + +0.1.5 (2015-07-01) +-------------------- + +* README remove ::; diff --git a/python_wrap_cases/__init__.py b/python_wrap_cases/__init__.py index e93cbd8..f03be5c 100755 --- a/python_wrap_cases/__init__.py +++ b/python_wrap_cases/__init__.py @@ -2,6 +2,6 @@ __author__ = 'Kirill Ermolov' __email__ = 'erm0l0v@ya.ru' -__version__ = '0.1.4' +__version__ = '0.1.5' from .wrap_cases import * \ No newline at end of file diff --git a/setup.py b/setup.py index 5027d36..e445c0c 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def load_requirements(file_name): setup( name='python_wrap_cases', - version='0.1.4', + version='0.1.5', description="Simple library for generate test cases.", long_description=readme + '\n\n' + history, author="Kirill Ermolov",