diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6726456..e14cbb4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,21 +1,7 @@ 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 --------------------------------------------------------------------------------- - -**Updated** - -#. bug fix 0.0.9 where statics folder were not included - -0.0.9 - 12-1-2020 +0.0.12 - 14-1-2020 -------------------------------------------------------------------------------- **Updated** diff --git a/MANIFEST.in b/MANIFEST.in index 737b107..3625671 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include README.rst include CHANGELOG.rst include LICENSE include pypi_mobans_pkg/resources/templates/* -recursive-include pypi_mobans_pkg/resources/statics/* +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 36c0db9..787994d 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,24 +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: - - bug fix 0.0.9 where statics folder were not included - date: 14-1-2020 - version: 0.0.10 - changes: - action: Updated details: - use pypi-mobans version 0.0.9 - date: 12-1-2020 - version: 0.0.9 + date: 14-1-2020 + version: 0.0.12 - changes: - action: Updated details: diff --git a/docs/source/conf.py b/docs/source/conf.py index ad5d198..9176e99 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.11' +version = '0.0.12' # The full version, including alpha/beta/rc tags -release = '0.0.11' +release = '0.0.12' # -- General configuration --------------------------------------------------- diff --git a/pypi-mobans-pkg.yml b/pypi-mobans-pkg.yml index ee8b7c6..a0897f5 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.11" -current_version: "0.0.11" -release: "0.0.11" +version: "0.0.12" +current_version: "0.0.12" +release: "0.0.12" copyright_year: 2018-2020 license: public license dependencies: diff --git a/pypi_mobans_pkg/_version.py b/pypi_mobans_pkg/_version.py index 738b8f2..00872d8 100644 --- a/pypi_mobans_pkg/_version.py +++ b/pypi_mobans_pkg/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.11" +__version__ = "0.0.12" __author__ = "C.W." diff --git a/setup.py b/setup.py index 65bfddf..4ab23b3 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ NAME = "pypi-mobans-pkg" AUTHOR = "C.W." -VERSION = "0.0.11" +VERSION = "0.0.12" 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.11.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.0.12.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.11 " + - "Find 0.0.11 in changelog for more details") +GS_COMMAND = ("gs pypi-mobans-pkg v0.0.12 " + + "Find 0.0.12 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (