diff --git a/.travis.yml b/.travis.yml index 30e6daf..c9873fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ stages: env: - MINREQ=0 stage: moban - install: pip install moban>=0.0.4 gitfs2 pypifs + install: pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible script: - moban - git diff --exit-code diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e4844bb..37b785a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Change log ================================================================================ +0.1.0 - 13-09-2020 +-------------------------------------------------------------------------------- + +**Updated** + +#. use pypi-mobans version 0.1.0 + 0.0.15 - 27-08-2020 -------------------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 0efd838..ca4047f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,9 +25,9 @@ copyright = '2018-2020 Onni Software Ltd. and its contributors' author = 'C.W.' # The short X.Y version -version = '0.0.15' +version = '0.1.0' # The full version, including alpha/beta/rc tags -release = '0.0.15' +release = '0.1.0' # -- General configuration --------------------------------------------------- diff --git a/pypi_mobans_pkg/_version.py b/pypi_mobans_pkg/_version.py index da693e3..c606527 100644 --- a/pypi_mobans_pkg/_version.py +++ b/pypi_mobans_pkg/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.15" +__version__ = "0.1.0" __author__ = "C.W." diff --git a/setup.py b/setup.py index 63f80a6..15c211f 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ NAME = "pypi-mobans-pkg" AUTHOR = "C.W." -VERSION = "0.0.15" +VERSION = "0.1.0" EMAIL = "wangc_2011@hotmail.com" LICENSE = "public license" DESCRIPTION = ( "Scaffolding mobans for your Python project." ) URL = "https://github.com/moremoban/pypi-mobans-pkg" -DOWNLOAD_URL = "%s/archive/0.0.15.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.1.0.tar.gz" % URL FILES = ["README.rst", "CHANGELOG.rst"] KEYWORDS = [ "python", @@ -69,8 +69,8 @@ EXTRAS_REQUIRE = {} # 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 pypi-mobans-pkg v0.0.15 " + - "Find 0.0.15 in changelog for more details") +GS_COMMAND = ("gs pypi-mobans-pkg v0.1.0 " + + "Find 0.1.0 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (