diff --git a/docs/gitinspector.1 b/docs/gitinspector.1 index 1bf568a..78d077c 100644 --- a/docs/gitinspector.1 +++ b/docs/gitinspector.1 @@ -2,12 +2,12 @@ .\" Title: gitinspector .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 10/29/2015 +.\" Date: 02/03/2016 .\" Manual: The gitinspector Manual -.\" Source: gitinspector 0.4.3 +.\" Source: gitinspector 0.4.4 .\" Language: English .\" -.TH "GITINSPECTOR" "1" "10/29/2015" "gitinspector 0\&.4\&.3" "The gitinspector Manual" +.TH "GITINSPECTOR" "1" "02/03/2016" "gitinspector 0\&.4\&.4" "The gitinspector Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -302,7 +302,7 @@ If you encounter problems, be sure to read the FAQ first: https://github\&.com/e There is also an issue tracker at: https://github\&.com/ejwa/gitinspector/issues .SH "COPYRIGHT" .sp -Copyright \(co 2012\-2015 Ejwa Software\&. All rights reserved\&. License GPLv3+: GNU GPL version 3 or later http://gnu\&.org/licenses/gpl\&.html\&. This is free software: you are free to change and redistribute it\&. There is NO WARRANTY, to the extent permitted by law\&. +Copyright \(co 2012\-2016 Ejwa Software\&. All rights reserved\&. License GPLv3+: GNU GPL version 3 or later http://gnu\&.org/licenses/gpl\&.html\&. This is free software: you are free to change and redistribute it\&. There is NO WARRANTY, to the extent permitted by law\&. .SH "SEE ALSO" .sp \fBgit\fR(1) diff --git a/docs/gitinspector.html b/docs/gitinspector.html index 8232a97..c67081f 100644 --- a/docs/gitinspector.html +++ b/docs/gitinspector.html @@ -1,5 +1,5 @@ -gitinspector

Name

gitinspector — statistical analysis tool for git repositories

Synopsis

gitinspector [OPTION]… [REPOSITORY]

DESCRIPTION

Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.

Several output formats are supported, including plain text, HTML and XML.

OPTIONS

List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are given, information will be fetched from the last repository specified.

Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.

+gitinspector

Name

gitinspector — statistical analysis tool for git repositories

Synopsis

gitinspector [OPTION]… [REPOSITORY]

DESCRIPTION

Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.

Several output formats are supported, including plain text, HTML and XML.

OPTIONS

List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are given, information will be fetched from the last repository specified.

Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.

-f, --file-types=EXTENSIONS
A comma separated list of file extensions to include when computing statistics. The default extensions used are: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js,sql. Specifying a single * asterisk character includes files with no extension. Specifying two consecutive ** asterisk characters includes all files regardless of extension. @@ -97,5 +97,5 @@ gitinspector -x "author:\^(?!([A-C]))", only show statistics from authors starting with the letters A/B/C
  • gitinspector -x "email:.com$", filter out statistics from all email addresses ending with ".com" -
  • USING GIT TO CONFIGURE GITINSPECTOR

    Options in gitinspector can be set using git config. Consequently, it is possible to configure gitinspector behavior globally (in all git repositories) or locally (in a specific git repository). It also means that settings will be permanently stored. All the long options that can be given to gitinspector can also be configure via git config (and take the same arguments).

    To configure how gitinspector should behave in all git repositories, execute the following git command:

    git config --global inspector.option setting

    To configure how gitinspector should behave in a specific git repository, execute the following git command (with the current directory standing inside the repository in question):

    git config inspector.option setting

    AUTHOR

    Originally written by Adam Waldenberg.

    REPORTING BUGS

    Report gitinspector bugs to gitinspector@ejwa.se

    The gitinspector project page: https://github.com/ejwa/gitinspector

    If you encounter problems, be sure to read the FAQ first: https://github.com/ejwa/gitinspector/wiki/FAQ

    There is also an issue tracker at: https://github.com/ejwa/gitinspector/issues

    COPYRIGHT

    Copyright © 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. +

    USING GIT TO CONFIGURE GITINSPECTOR

    Options in gitinspector can be set using git config. Consequently, it is possible to configure gitinspector behavior globally (in all git repositories) or locally (in a specific git repository). It also means that settings will be permanently stored. All the long options that can be given to gitinspector can also be configure via git config (and take the same arguments).

    To configure how gitinspector should behave in all git repositories, execute the following git command:

    git config --global inspector.option setting

    To configure how gitinspector should behave in a specific git repository, execute the following git command (with the current directory standing inside the repository in question):

    git config inspector.option setting

    AUTHOR

    Originally written by Adam Waldenberg.

    REPORTING BUGS

    Report gitinspector bugs to gitinspector@ejwa.se

    The gitinspector project page: https://github.com/ejwa/gitinspector

    If you encounter problems, be sure to read the FAQ first: https://github.com/ejwa/gitinspector/wiki/FAQ

    There is also an issue tracker at: https://github.com/ejwa/gitinspector/issues

    COPYRIGHT

    Copyright © 2012-2016 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

    SEE ALSO

    git(1)

    \ No newline at end of file diff --git a/docs/gitinspector.pdf b/docs/gitinspector.pdf index dcfa66a..6159fe4 100644 Binary files a/docs/gitinspector.pdf and b/docs/gitinspector.pdf differ diff --git a/docs/gitinspector.txt b/docs/gitinspector.txt index 557ec26..e6905dc 100644 --- a/docs/gitinspector.txt +++ b/docs/gitinspector.txt @@ -3,7 +3,7 @@ GITINSPECTOR(1) =============== :doctype: manpage -:man version: 0.4.3 +:man version: 0.4.4 :man source: gitinspector :man manual: The gitinspector Manual @@ -149,7 +149,7 @@ There is also an issue tracker at: COPYRIGHT --------- -Copyright (C) 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later . +Copyright (C) 2012-2016 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/gitinspector/translations/messages.pot b/gitinspector/translations/messages.pot index b631aa3..2306b2f 100644 --- a/gitinspector/translations/messages.pot +++ b/gitinspector/translations/messages.pot @@ -1,4 +1,4 @@ -# Copyright © 2012-2015 Ejwa Software. All rights reserved. +# Copyright © 2012-2016 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -24,9 +24,9 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Adam Waldenberg \n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgid "Commits" msgstr "" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" diff --git a/gitinspector/translations/messages_de.mo b/gitinspector/translations/messages_de.mo index 0d8a814..f060728 100644 Binary files a/gitinspector/translations/messages_de.mo and b/gitinspector/translations/messages_de.mo differ diff --git a/gitinspector/translations/messages_de.po b/gitinspector/translations/messages_de.po index 52fcebf..0b9596b 100644 --- a/gitinspector/translations/messages_de.po +++ b/gitinspector/translations/messages_de.po @@ -1,4 +1,4 @@ -# Copyright © 2012-2015 Ejwa Software. All rights reserved. +# Copyright © 2012-2016 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -15,14 +15,14 @@ # You should have received a copy of the GNU General Public License # along with gitinspector. If not, see . # -# Philipp Nowak , 2014-2015 +# Philipp Nowak , 2014-2016 msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" -"PO-Revision-Date: 2015-10-21 00:25+0200\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" +"PO-Revision-Date: 2016-02-03 13:46+0200\n" "Last-Translator: Philipp Nowak \n" "Language-Team: Deutsch <>\n" "Language: de\n" @@ -62,14 +62,14 @@ msgid "Commits" msgstr "Commits" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n" "Written by Adam Waldenberg." msgstr "" -"Copyright © 2012-2015 Ejwa Software. Alle Rechte vorbehalten.\n" +"Copyright © 2012-2016 Ejwa Software. Alle Rechte vorbehalten.\n" "Lizensiert unter der GNU GPL Version 3 oder neuer\n" "Dies ist freie Software, die Sie unter bestimmten Bedingungen weitergeben\n" "dürfen.\n" diff --git a/gitinspector/translations/messages_es.mo b/gitinspector/translations/messages_es.mo index 61cc5f0..820bb27 100644 Binary files a/gitinspector/translations/messages_es.mo and b/gitinspector/translations/messages_es.mo differ diff --git a/gitinspector/translations/messages_es.po b/gitinspector/translations/messages_es.po index 7d01303..e8f114e 100644 --- a/gitinspector/translations/messages_es.po +++ b/gitinspector/translations/messages_es.po @@ -19,9 +19,9 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" "PO-Revision-Date: 2016-02-03 13:46+0200\n" "Last-Translator: Agustín Cañas \n" "Language-Team: Spanish <>\n" @@ -64,7 +64,7 @@ msgid "Commits" msgstr "Commits" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" @@ -72,7 +72,7 @@ msgid "" "\n" "Written by Adam Waldenberg." msgstr "" -"Copyright © 2012-2015 Ejwa Software. Todos los derechos reservados.\n" +"Copyright © 2012-2016 Ejwa Software. Todos los derechos reservados.\n" "Este programa es software libre. Puede redistribuirlo y/o modificarlo bajo\n" "los términos de la Licencia Pública General de GNU tal como está publicada\n" "por la Free Software Foundation, bien de la versión 3 de dicha Licencia o\n" diff --git a/gitinspector/translations/messages_fr.mo b/gitinspector/translations/messages_fr.mo index 99f6fc7..c1684a8 100644 Binary files a/gitinspector/translations/messages_fr.mo and b/gitinspector/translations/messages_fr.mo differ diff --git a/gitinspector/translations/messages_fr.po b/gitinspector/translations/messages_fr.po index bdf1562..032edb9 100644 --- a/gitinspector/translations/messages_fr.po +++ b/gitinspector/translations/messages_fr.po @@ -1,4 +1,4 @@ -# Copyright © 2012-2015 Ejwa Software. All rights reserved. +# Copyright © 2012-2016 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -15,14 +15,14 @@ # You should have received a copy of the GNU General Public License # along with gitinspector. If not, see . # -# Yannick Moy , 2014-2015 +# Yannick Moy , 2014-2016 msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" -"PO-Revision-Date: 2015-10-25 21:56+0100\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" +"PO-Revision-Date: 2016-02-03 14:55+0100\n" "Last-Translator: Yannick Moy \n" "Language-Team: French <>\n" "Language: fr\n" @@ -65,7 +65,7 @@ msgid "Commits" msgstr "Soumissions" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" @@ -73,7 +73,7 @@ msgid "" "\n" "Written by Adam Waldenberg." msgstr "" -"Copyright © 2012-2015 Ejwa Software. Tous droits réservés.\n" +"Copyright © 2012-2016 Ejwa Software. Tous droits réservés.\n" "Licence GPLv3+: GNU GPL version 3 ou ultérieure .\n" "Le présent logiciel est un logiciel libre: you pouvez le modifier et le " diff --git a/gitinspector/translations/messages_it.mo b/gitinspector/translations/messages_it.mo index 8f7cc7b..e90d21b 100644 Binary files a/gitinspector/translations/messages_it.mo and b/gitinspector/translations/messages_it.mo differ diff --git a/gitinspector/translations/messages_it.po b/gitinspector/translations/messages_it.po index 4ebd264..9a9f35a 100644 --- a/gitinspector/translations/messages_it.po +++ b/gitinspector/translations/messages_it.po @@ -1,4 +1,4 @@ -# Copyright © 2012-2015 Ejwa Software. All rights reserved. +# Copyright © 2012-2016 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -15,14 +15,14 @@ # You should have received a copy of the GNU General Public License # along with gitinspector. If not, see . # -# Luca Motta , 2014-2015. +# Luca Motta , 2014-2016. msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" -"PO-Revision-Date: 2015-10-26 08:50+0100\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" +"PO-Revision-Date: 2016-02-03 14:55+0100\n" "Last-Translator: Luca Motta \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -57,14 +57,14 @@ msgid "Commits" msgstr "Commit" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n" "Written by Adam Waldenberg." msgstr "" -"Copyright © 2012-2015 Ejwa Software. Tutti i diritti riservati.\n" +"Copyright © 2012-2016 Ejwa Software. Tutti i diritti riservati.\n" "Licenza GPLv3+: GNU GPL versione 3 or successive .\n" "Questo software è gratuito: siete liberi di cambiarlo e ridistribuirlo.\n" "NON CI SONO GARANZIE, nei limiti permessi dalla legge.\n" diff --git a/gitinspector/translations/messages_pl.mo b/gitinspector/translations/messages_pl.mo index 0a68ec0..a0ca6eb 100644 Binary files a/gitinspector/translations/messages_pl.mo and b/gitinspector/translations/messages_pl.mo differ diff --git a/gitinspector/translations/messages_pl.po b/gitinspector/translations/messages_pl.po index df5e27f..1bd598d 100644 --- a/gitinspector/translations/messages_pl.po +++ b/gitinspector/translations/messages_pl.po @@ -19,9 +19,9 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" "PO-Revision-Date: 2016-02-03 14:57+0100\n" "Last-Translator: Kamila Chyla \n" "MIME-Version: 1.0\n" @@ -57,14 +57,14 @@ msgid "Commits" msgstr "Komity" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n" "Written by Adam Waldenberg." msgstr "" -"Copyright © 2012-2015 Ejwa Software. Wszystkie prawa zastrzeżone.\n" +"Copyright © 2012-2016 Ejwa Software. Wszystkie prawa zastrzeżone.\n" "Licencja GPLv3+: GNU GPL wersja 3 lub późniejsza .\n" "To jest wolne oprogramowanie: możesz je bezpłatnie zmieniać i dystrybuować.\n" "W zakresie określonym prawem, NIE MA GWARANCJI.\n" diff --git a/gitinspector/translations/messages_sv.mo b/gitinspector/translations/messages_sv.mo index dac6d3e..2d495ee 100644 Binary files a/gitinspector/translations/messages_sv.mo and b/gitinspector/translations/messages_sv.mo differ diff --git a/gitinspector/translations/messages_sv.po b/gitinspector/translations/messages_sv.po index 9fb930b..f60e7b9 100644 --- a/gitinspector/translations/messages_sv.po +++ b/gitinspector/translations/messages_sv.po @@ -1,4 +1,4 @@ -# Copyright © 2012-2015 Ejwa Software. All rights reserved. +# Copyright © 2012-2016 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -15,14 +15,14 @@ # You should have received a copy of the GNU General Public License # along with gitinspector. If not, see . # -# Adam Waldenberg , 2013-2015. +# Adam Waldenberg , 2013-2016. msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" -"PO-Revision-Date: 2015-10-02 04:12+0200\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" +"PO-Revision-Date: 2016-02-03 13:58+0200\n" "Last-Translator: Adam Waldenberg \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -65,7 +65,7 @@ msgid "Commits" msgstr "Inlämningar" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" @@ -73,7 +73,7 @@ msgid "" "\n" "Written by Adam Waldenberg." msgstr "" -"Upphovsrätt © 2012-2015 Ejwa Software. Alla rättigheter förbehållna.\n" +"Upphovsrätt © 2012-2016 Ejwa Software. Alla rättigheter förbehållna.\n" "Licens GPLv3+: GNU GPL version 3 eller senare .\n" "Detta är fri programvara: du får lov att ändra och vidaredistribuera den.\n" diff --git a/gitinspector/translations/messages_zh.mo b/gitinspector/translations/messages_zh.mo index 0200c8d..8e34026 100644 Binary files a/gitinspector/translations/messages_zh.mo and b/gitinspector/translations/messages_zh.mo differ diff --git a/gitinspector/translations/messages_zh.po b/gitinspector/translations/messages_zh.po index adedb3d..b5cfbb9 100644 --- a/gitinspector/translations/messages_zh.po +++ b/gitinspector/translations/messages_zh.po @@ -1,4 +1,4 @@ -# Copyright © 2012-2015 Ejwa Software. All rights reserved. +# Copyright © 2012-2016 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -15,14 +15,14 @@ # You should have received a copy of the GNU General Public License # along with gitinspector. If not, see . # -# Bill Wang , 2013-2015 +# Bill Wang , 2013-2016 msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3\n" +"Project-Id-Version: gitinspector 0.4.4\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2015-10-02 03:35+0200\n" -"PO-Revision-Date: 2015-20-23 18:33-0500\n" +"POT-Creation-Date: 2015-02-03 13:40+0200\n" +"PO-Revision-Date: 2016-02-03 20:59-0500\n" "Last-Translator: Bill Wang \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,14 +56,14 @@ msgid "Commits" msgstr "提交" msgid "" -"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n" "Written by Adam Waldenberg." msgstr "" -"版权所有 © 2012-2014 Ejwa Software. 保留所有权利。\n" +"版权所有 © 2012-2016 Ejwa Software. 保留所有权利。\n" "GPLv3的许可证+:GNU GPL版本3或更高版本。\n" "这是自由软件:您可以自由地更改并重新发布它。\n" "在法律允许的范围内,没有 任何 保证。\n" diff --git a/gitinspector/version.py b/gitinspector/version.py index 78bb9df..49a14e7 100644 --- a/gitinspector/version.py +++ b/gitinspector/version.py @@ -27,9 +27,9 @@ except: import gitinspector.localization gitinspector.localization.init() -__version__ = "0.4.3" +__version__ = "0.4.4" -__doc__ = _("""Copyright © 2012-2015 Ejwa Software. All rights reserved. +__doc__ = _("""Copyright © 2012-2016 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.