Skip to content

Commit

Permalink
0.0.13 2015-05-02 ::
Browse files Browse the repository at this point in the history
Update usage template.
Correct index.html.
Update build.cmd.
  • Loading branch information
jcrmatos committed May 2, 2015
1 parent 6660193 commit 22c6d0f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.0.13 2015-05-02 ::

Update usage template.
Correct index.html.
Update build.cmd.

0.0.12 2015-05-02 ::

Include missing file in git (APPLICATION_NAME.py).
Expand Down
2 changes: 1 addition & 1 deletion appinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


APP_NAME = 'easysetup'
APP_VERSION = '0.0.12'
APP_VERSION = '0.0.13'
APP_LICENSE = 'GNU General Public License v2 or later (GPLv2+)'
APP_AUTHOR = 'Joao Carlos Roseta Matos'
APP_EMAIL = 'jcrmatos@gmail.com'
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ echo *** Py3 compat checkers
echo.
for %%a in (%PROJECT%\*.py) do pylint -r n --py3k %%a
echo.
echo *** If there were errors or warnings press Ctrl-C to interrupt this batch file, fix them and rerun build.cmd.
echo *** If there were errors or warnings (No config file found... is OK) press Ctrl-C to interrupt this batch file, fix them and rerun build.cmd.
echo *** If there weren't any errors above, consider an additional check by running the application with python -3 %PROJECT%
echo.
pause
Expand Down
1 change: 1 addition & 0 deletions easysetup/template/APPLICATION_NAME/usage.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

usage: APPLICATION_NAME [-option]

optional arguments:
Expand Down
2 changes: 1 addition & 1 deletion easysetup/template/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ echo *** Py3 compat checkers
echo.
for %%a in (%PROJECT%\*.py) do pylint -r n --py3k %%a
echo.
echo *** If there were errors or warnings press Ctrl-C to interrupt this batch file, fix them and rerun build.cmd.
echo *** If there were errors or warnings (No config file found... is OK) press Ctrl-C to interrupt this batch file, fix them and rerun build.cmd.
echo *** If there weren't any errors above, consider an additional check by running the application with python -3 %PROJECT%
echo.
pause
Expand Down
2 changes: 1 addition & 1 deletion pythonhosted.org/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<head>
<meta http-equiv="refresh" content="0; url=http://APPLICATION_NAME.readthedocs.org/en/latest/#" />
<meta http-equiv="refresh" content="0; url=http://easysetup.readthedocs.org/en/latest/#" />
</head>
<body>
Redirecting to ReadTheDocs.
Expand Down

0 comments on commit 22c6d0f

Please sign in to comment.