Update version number to 0.2.1

This commit is contained in:
Matteo Cypriani 2019-03-04 23:52:47 +01:00
parent 1dee9e218f
commit 476f311559
4 changed files with 4 additions and 4 deletions

2
fr.po
View File

@ -8,7 +8,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.2.1.dev1\n" "Project-Id-Version: 0.2.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-30 18:05+0800\n" "POT-Creation-Date: 2010-09-30 18:05+0800\n"
"PO-Revision-Date: 2018-10-14 20:56+0200\n" "PO-Revision-Date: 2018-10-14 20:56+0200\n"

2
gcp
View File

@ -56,7 +56,7 @@ except ImportError as e:
NAME = "gcp (Gcp CoPier)" NAME = "gcp (Gcp CoPier)"
NAME_SHORT = "gcp" NAME_SHORT = "gcp"
VERSION = '0.2.1.dev1' VERSION = '0.2.1'
ABOUT = NAME_SHORT + " " + VERSION + """ ABOUT = NAME_SHORT + " " + VERSION + """
--- ---

View File

@ -5,7 +5,7 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.2.1.dev1\n" "Project-Id-Version: 0.2.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-14 20:51+0200\n" "POT-Creation-Date: 2018-10-14 20:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

View File

@ -6,7 +6,7 @@ name = 'gcp'
setuptools.setup( setuptools.setup(
name=name, name=name,
version='0.2.1.dev1', version='0.2.1',
url='https://code.lm7.fr/mcy/gcp', url='https://code.lm7.fr/mcy/gcp',
license='GPL-3+', license='GPL-3+',