diff --git a/.moban.cd/moban.yml b/.moban.cd/moban.yml index 4448cc2f..81a1e5ed 100644 --- a/.moban.cd/moban.yml +++ b/.moban.cd/moban.yml @@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com license: MIT version: 0.6.5 current_version: 0.6.5 -release: 0.6.4 +release: 0.6.5 branch: master master: index command_line_interface: "moban" diff --git a/docs/conf.py b/docs/conf.py index 7c7630d0..53511fb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '0.6.5' # The full version, including alpha/beta/rc tags -release = '0.6.4' +release = '0.6.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f2d2c60f..ee405554 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "Yet another jinja2 cli command for static text generation" ) URL = "https://github.com/moremoban/moban" -DOWNLOAD_URL = "%s/archive/0.6.4.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.6.5.tar.gz" % URL FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"] KEYWORDS = [ "python", @@ -97,8 +97,8 @@ } # You do not need to read beyond this line PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) -GS_COMMAND = ("gs moban v0.6.4 " + - "Find 0.6.4 in changelog for more details") +GS_COMMAND = ("gs moban v0.6.5 " + + "Find 0.6.5 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (