File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ stages:
2626 env :
2727 - MINREQ=0
2828 stage : moban
29- install : pip install moban>=0.0.4 gitfs2 pypifs
29+ install : pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
3030 script :
3131 - moban
3232 - git diff --exit-code
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4+ 0.1.0 - 13-09-2020
5+ --------------------------------------------------------------------------------
6+
7+ **Updated **
8+
9+ #. use pypi-mobans version 0.1.0
10+
4110.0.15 - 27-08-2020
512--------------------------------------------------------------------------------
613
Original file line number Diff line number Diff line change 2525copyright = '2018-2020 Onni Software Ltd. and its contributors'
2626author = 'C.W.'
2727# The short X.Y version
28- version = '0.0.15 '
28+ version = '0.1.0 '
2929# The full version, including alpha/beta/rc tags
30- release = '0.0.15 '
30+ release = '0.1.0 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change 1- __version__ = "0.0.15 "
1+ __version__ = "0.1.0 "
22__author__ = "C.W."
Original file line number Diff line number Diff line change 3232
3333NAME = "pypi-mobans-pkg"
3434AUTHOR = "C.W."
35- VERSION = "0.0.15 "
35+ VERSION = "0.1.0 "
36363737LICENSE = "public license"
3838DESCRIPTION = (
3939 "Scaffolding mobans for your Python project."
4040)
4141URL = "https://github.com/moremoban/pypi-mobans-pkg"
42- DOWNLOAD_URL = "%s/archive/0.0.15 .tar.gz" % URL
42+ DOWNLOAD_URL = "%s/archive/0.1.0 .tar.gz" % URL
4343FILES = ["README.rst" , "CHANGELOG.rst" ]
4444KEYWORDS = [
4545 "python" ,
6969EXTRAS_REQUIRE = {}
7070# You do not need to read beyond this line
7171PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
72- GS_COMMAND = ("gs pypi-mobans-pkg v0.0.15 " +
73- "Find 0.0.15 in changelog for more details" )
72+ GS_COMMAND = ("gs pypi-mobans-pkg v0.1.0 " +
73+ "Find 0.1.0 in changelog for more details" )
7474NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7575 "Please install gease to enable it." )
7676UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments