From 331811ebea3dbfeebd1deb8bf8d60ea0e937c47d Mon Sep 17 00:00:00 2001 From: chfw Date: Sun, 13 Sep 2020 14:19:14 +0000 Subject: [PATCH] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- CHANGELOG.rst | 7 +++++++ docs/source/conf.py | 4 ++-- pypi_mobans_pkg/_version.py | 2 +- setup.py | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aae029a..cce1204 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Change log ================================================================================ +0.1.3 - 13-09-2020 +-------------------------------------------------------------------------------- + +**Fixed** + +#. include new-project folder in the package + 0.1.2 - 13-09-2020 -------------------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index bf8a994..334fb75 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.1.2' +version = '0.1.3' # The full version, including alpha/beta/rc tags -release = '0.1.2' +release = '0.1.3' # -- General configuration --------------------------------------------------- diff --git a/pypi_mobans_pkg/_version.py b/pypi_mobans_pkg/_version.py index f5aff6b..6ee6a1e 100644 --- a/pypi_mobans_pkg/_version.py +++ b/pypi_mobans_pkg/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" __author__ = "C.W." diff --git a/setup.py b/setup.py index ed0e3d7..45860cd 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ NAME = "pypi-mobans-pkg" AUTHOR = "C.W." -VERSION = "0.1.2" +VERSION = "0.1.3" 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.1.2.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.1.3.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.1.2 " + - "Find 0.1.2 in changelog for more details") +GS_COMMAND = ("gs pypi-mobans-pkg v0.1.3 " + + "Find 0.1.3 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (