diff --git a/HISTORY.rst b/HISTORY.rst index 74b920d..cee3c62 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,15 +3,10 @@ History ======= -0.1.4 (2015-08-24) ------------------- - -* Minor improvements - -0.1.3 (2015-08-11) ------------------- +0.1.x (2015-08-11 - 2015-08-26) +------------------------------- -* Bug fixes +* Bug fix releases 0.1.2 (2015-04-28) ------------------ diff --git a/datagrid_gtk3/__init__.py b/datagrid_gtk3/__init__.py index c3a41ba..0c02a48 100644 --- a/datagrid_gtk3/__init__.py +++ b/datagrid_gtk3/__init__.py @@ -2,7 +2,7 @@ __author__ = 'NowSecure, Inc.' __email__ = 'info@nowsecure.com' -__version__ = '0.1.4' +__version__ = '0.1.5' import logging import os diff --git a/setup.py b/setup.py index 6f56c7a..44d075f 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def recurse_data_files(path): setup( name='datagrid_gtk3', - version='0.1.4', + version='0.1.5', license='MIT', description='MVC framework for working with the GTK3 TreeView widget.', long_description=readme + '\n\n' + history,