Skip to content

Commit

Permalink
wxgtd 0.12.3 2014-08-01
Browse files Browse the repository at this point in the history
	* fix preferences dialog
	* add Today section
  • Loading branch information
KarolBedkowski committed Aug 1, 2014
1 parent 017a71d commit 7598bfb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
wxgtd 0.12.3 2014-08-01

* fix preferences dialog
* add Today section

wxgtd 0.12.2 2013-08-13

* minor bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
wxGTD ver 0.x.x
+++++++++++++++++

:Credits: Copyright (c) Karol Będkowski, 2013
:Credits: Copyright (c) Karol Będkowski, 2013-2014
:Licence: GPLv2+
:Status: alpha (working, bugs)
:Tags: gtd, tasks management
Expand Down
12 changes: 6 additions & 6 deletions wxgtd/version.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*-
""" Licence and version informations.
Copyright (c) Karol Będkowski, 2013
Copyright (c) Karol Będkowski, 2013-2014
This file is part of wxGTD
Licence: GPLv2+
"""

__author__ = "Karol Będkowski"
__copyright__ = "Copyright (c) Karol Będkowski, 2013"
__version__ = "2013-05-11"
__copyright__ = "Copyright (c) Karol Będkowski, 2013-2014"
__version__ = "2014-08-01"

import gettext

_ = gettext.gettext

SHORTNAME = 'wxgtd'
NAME = _("wxGTD")
VERSION = '0.12.2'
VERSION_INFO = (0, 12, 2, 'beta', 1)
RELEASE = '2013-08-13'
VERSION = '0.12.3'
VERSION_INFO = (0, 12, 3, 'beta', 1)
RELEASE = '2014-08-01'
DESCRIPTION = _('''wxGTD''')
DEVELOPERS = u'''Karol Będkowski'''
TRANSLATORS = u'''Karol Będkowski'''
Expand Down

0 comments on commit 7598bfb

Please sign in to comment.