mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Bumped the version number to 0.4.1.
This commit is contained in:
parent
124ca74650
commit
f6fd00f411
15 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
gitinspector (0.4.1)
|
||||
|
||||
Maintenance release fixing several issues found in the previous version.
|
||||
|
||||
|
||||
gitinspector (0.4.0)
|
||||
|
||||
Major update with many fixes and new features.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
|
|
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: 2014-12-08 11:17+0100\n"
|
||||
|
|
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: 2014-11-02 08:36+0100\n"
|
||||
|
|
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: 2014-12-01 12:00+0100\n"
|
||||
|
|
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: 2014-12-30 07:50+0100\n"
|
||||
|
|
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: 2014-11-29 06:22+0100\n"
|
||||
|
|
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.4.0\n"
|
||||
"Project-Id-Version: gitinspector 0.4.1\n"
|
||||
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
|
||||
"POT-Creation-Date: 2014-11-29 05:20+0100\n"
|
||||
"PO-Revision-Date: 2014-12-03 12:00+0100\n"
|
||||
|
|
|
@ -27,7 +27,7 @@ except:
|
|||
import gitinspector.localization
|
||||
gitinspector.localization.init()
|
||||
|
||||
__version__ = "0.4.1dev"
|
||||
__version__ = "0.4.1"
|
||||
|
||||
__doc__ = _("""Copyright © 2012-2015 Ejwa Software. All rights reserved.
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||
|
|
Loading…
Reference in a new issue