-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
35 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: TooManyFiles\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-11-01 20:12+0100\n" | ||
"POT-Creation-Date: 2018-11-01 20:36+0100\n" | ||
"PO-Revision-Date: 2018-10-22 18:51+0100\n" | ||
"Last-Translator: root <[email protected]>\n" | ||
"Language-Team: Spanish\n" | ||
|
@@ -21,11 +21,14 @@ msgstr "" | |
msgid "New Release:" | ||
msgstr "Nueva versión:" | ||
|
||
msgid " * Cambiar la versión y la fecha en version.py" | ||
msgstr "" | ||
msgid " * Change version and date in version.py" | ||
msgstr " * Cambiar la versión y la fecha en version.py" | ||
|
||
msgid " * Modificar el Changelog en el fichero README" | ||
msgstr "" | ||
msgid " * Edit Changelog in README" | ||
msgstr " * Modificar el Changelog en README" | ||
|
||
msgid "If changed restart from first python setup.py doc" | ||
msgstr "Si se cambia, reiniciar desde el primer 'python setup.py doc'" | ||
|
||
msgid " * Make a new tag in github" | ||
msgstr " * Hacer un nuevo tag en GitHub" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-11-01 20:12+0100\n" | ||
"POT-Creation-Date: 2018-11-01 20:38+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -20,10 +20,13 @@ msgstr "" | |
msgid "New Release:" | ||
msgstr "" | ||
|
||
msgid " * Cambiar la versión y la fecha en version.py" | ||
msgid " * Change version and date in version.py" | ||
msgstr "" | ||
|
||
msgid " * Modificar el Changelog en el fichero README" | ||
msgid " * Edit Changelog in README" | ||
msgstr "" | ||
|
||
msgid "If changed restart from first python setup.py doc" | ||
msgstr "" | ||
|
||
msgid " * Make a new tag in github" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import datetime | ||
|
||
__versiondate__ = datetime.date(2018, 11, 1) | ||
__version__ = '1.1.0' | ||
__version__ = '1.2.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters