Skip to content
Snippets Groups Projects
Commit e661b845 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Release 0.6.3

parents a6ce3428 db062e0e
No related branches found
No related tags found
No related merge requests found
......@@ -423,7 +423,7 @@ if __name__ == '__main__':
# close the release cycle
if opt.close_release_cycle:
release = raw_input(MSG_RELEASE)
release = raw_input("Select the release:")
if not release:
sys.exit(0)
......@@ -441,7 +441,7 @@ if __name__ == '__main__':
msg = "Release %s" % release
call(["git", "tag", "-a", release, "-m", msg])
rep = raw_imput("Destroy branch %s [y/N]:" % branch)
rep = raw_input("Destroy branch %s [y/N]:" % branch)
if rep == "y":
call(["git", "branch", "-d", branch])
......
......@@ -2,6 +2,9 @@
HEAD
0.6.3 (Apr 2015)
- Migrate the Python API documentation from epydoc to Sphinx.
0.6.2.7 (Mar 2015)
- Requires plugin_ace 1.1.8.
- Add the constant INLINE_ALERT.
......
......@@ -15,7 +15,7 @@ Ext.define('App', {
* The version of the plugin
* @property {String}
*/
version: '0.6.2.7',
version: '0.6.3',
/**
* The name of the application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment