Skip to content

Commit a593df4

Browse files
author
Javier Collado
committed
Release 0.1.4
1 parent 509c3c7 commit a593df4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
=======
55

6+
0.1.4 (2015-08-24)
7+
------------------
8+
9+
* Minor improvements
10+
611
0.1.3 (2015-08-11)
712
------------------
813

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.3'
5+
__version__ = '0.1.4'
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.3',
74+
version='0.1.4',
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)