Skip to content

Commit 28083a4

Browse files
author
Javier Collado
committed
Release 0.1.5
1 parent ee20b5c commit 28083a4

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

HISTORY.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33
History
44
=======
55

6-
0.1.4 (2015-08-24)
7-
------------------
8-
9-
* Minor improvements
10-
11-
0.1.3 (2015-08-11)
12-
------------------
6+
0.1.x (2015-08-11 - 2015-08-26)
7+
-------------------------------
138

14-
* Bug fixes
9+
* Bug fix releases
1510

1611
0.1.2 (2015-04-28)
1712
------------------

datagrid_gtk3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'NowSecure, Inc.'
44
__email__ = '[email protected]'
5-
__version__ = '0.1.4'
5+
__version__ = '0.1.5'
66

77
import logging
88
import os

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def recurse_data_files(path):
7171

7272
setup(
7373
name='datagrid_gtk3',
74-
version='0.1.4',
74+
version='0.1.5',
7575
license='MIT',
7676
description='MVC framework for working with the GTK3 TreeView widget.',
7777
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)