From a3b550bc0a1c386a8cec20e58d20deb840161ce6 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 14 Jan 2020 22:57:15 +0000 Subject: [PATCH] :egg: release 0.0.11 --- CHANGELOG.rst | 7 +++++++ MANIFEST.in | 2 +- changelog.yml | 6 ++++++ docs/source/conf.py | 4 ++-- pypi-mobans-pkg.yml | 6 +++--- pypi_mobans_pkg/_version.py | 2 +- setup.py | 8 ++++---- 7 files changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ee7820..6726456 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Change log ================================================================================ +0.0.11 - 14-1-2020 +-------------------------------------------------------------------------------- + +**Updated** + +#. bug fix 0.0.10 where statics/azure folder were not included + 0.0.10 - 14-1-2020 -------------------------------------------------------------------------------- diff --git a/MANIFEST.in b/MANIFEST.in index cbc36ed..737b107 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,8 @@ include README.rst include CHANGELOG.rst include LICENSE -include pypi_mobans_pkg/resources/statics/* include pypi_mobans_pkg/resources/templates/* +recursive-include pypi_mobans_pkg/resources/statics/* recursive-include pypi_mobans_pkg/resources/templates/gitignore *.* recursive-include pypi_mobans_pkg/resources/templates/docs *.* include pypi_mobans_pkg/resources/templates/tests/* diff --git a/changelog.yml b/changelog.yml index a97e91a..36c0db9 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,6 +1,12 @@ name: "pypi-mobans" organisation: moremoban releases: +- changes: + - action: Updated + details: + - bug fix 0.0.10 where statics/azure folder were not included + date: 14-1-2020 + version: 0.0.11 - changes: - action: Updated details: diff --git a/docs/source/conf.py b/docs/source/conf.py index 30b3b2e..ad5d198 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.10' +version = '0.0.11' # The full version, including alpha/beta/rc tags -release = '0.0.10' +release = '0.0.11' # -- General configuration --------------------------------------------------- diff --git a/pypi-mobans-pkg.yml b/pypi-mobans-pkg.yml index 5ae05c4..ee8b7c6 100644 --- a/pypi-mobans-pkg.yml +++ b/pypi-mobans-pkg.yml @@ -3,9 +3,9 @@ organisation: "moremoban" author: "C.W." contact: "wangc_2011@hotmail.com" company: "Onni Software Ltd. and its contributors" -version: "0.0.10" -current_version: "0.0.10" -release: "0.0.10" +version: "0.0.11" +current_version: "0.0.11" +release: "0.0.11" copyright_year: 2018-2020 license: public license dependencies: diff --git a/pypi_mobans_pkg/_version.py b/pypi_mobans_pkg/_version.py index 6ca80c4..738b8f2 100644 --- a/pypi_mobans_pkg/_version.py +++ b/pypi_mobans_pkg/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.10" +__version__ = "0.0.11" __author__ = "C.W." diff --git a/setup.py b/setup.py index 848105d..65bfddf 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ NAME = "pypi-mobans-pkg" AUTHOR = "C.W." -VERSION = "0.0.10" +VERSION = "0.0.11" 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.10.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.0.11.tar.gz" % URL FILES = ["README.rst", "CHANGELOG.rst"] KEYWORDS = [ "python", @@ -70,8 +70,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 pypi-mobans-pkg v0.0.10 " + - "Find 0.0.10 in changelog for more details") +GS_COMMAND = ("gs pypi-mobans-pkg v0.0.11 " + + "Find 0.0.11 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (