Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erm0l0v committed Jul 1, 2015
1 parent 79a699a commit a8e3def
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Expand Up @@ -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 ::;
2 changes: 1 addition & 1 deletion python_wrap_cases/__init__.py
Expand Up @@ -2,6 +2,6 @@

__author__ = 'Kirill Ermolov'
__email__ = 'erm0l0v@ya.ru'
__version__ = '0.1.4'
__version__ = '0.1.5'

from .wrap_cases import *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit a8e3def

Please sign in to comment.