File tree Expand file tree Collapse file tree 7 files changed +14
-40
lines changed Expand file tree Collapse file tree 7 files changed +14
-40
lines changed Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.0.11 - 14-1-2020
5- --------------------------------------------------------------------------------
6-
7- **Updated **
8-
9- #. bug fix 0.0.10 where statics/azure folder were not included
10-
11- 0.0.10 - 14-1-2020
12- --------------------------------------------------------------------------------
13-
14- **Updated **
15-
16- #. bug fix 0.0.9 where statics folder were not included
17-
18- 0.0.9 - 12-1-2020
4+ 0.0.12 - 14-1-2020
195--------------------------------------------------------------------------------
206
217**Updated **
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include README.rst
22include CHANGELOG.rst
33include LICENSE
44include pypi_mobans_pkg/resources/templates/*
5- recursive-include pypi_mobans_pkg/resources/statics/ *
5+ recursive-include pypi_mobans_pkg/resources/statics *. *
66recursive-include pypi_mobans_pkg/resources/templates/gitignore *.*
77recursive-include pypi_mobans_pkg/resources/templates/docs *.*
88include pypi_mobans_pkg/resources/templates/tests/*
Original file line number Diff line number Diff line change 11name : " pypi-mobans"
22organisation : moremoban
33releases :
4- - changes :
5- - action : Updated
6- details :
7- - bug fix 0.0.10 where statics/azure folder were not included
8- date : 14-1-2020
9- version : 0.0.11
10- - changes :
11- - action : Updated
12- details :
13- - bug fix 0.0.9 where statics folder were not included
14- date : 14-1-2020
15- version : 0.0.10
164- changes :
175 - action : Updated
186 details :
197 - use pypi-mobans version 0.0.9
20- date : 12 -1-2020
21- version : 0.0.9
8+ date : 14 -1-2020
9+ version : 0.0.12
2210- changes :
2311 - action : Updated
2412 details :
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.11 '
28+ version = '0.0.12 '
2929# The full version, including alpha/beta/rc tags
30- release = '0.0.11 '
30+ release = '0.0.12 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "moremoban"
33author : " C.W."
4455company : " Onni Software Ltd. and its contributors"
6- version : " 0.0.11 "
7- current_version : " 0.0.11 "
8- release : " 0.0.11 "
6+ version : " 0.0.12 "
7+ current_version : " 0.0.12 "
8+ release : " 0.0.12 "
99copyright_year : 2018-2020
1010license : public license
1111dependencies :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.11 "
1+ __version__ = "0.0.12 "
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.11 "
35+ VERSION = "0.0.12 "
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.11 .tar.gz" % URL
42+ DOWNLOAD_URL = "%s/archive/0.0.12 .tar.gz" % URL
4343FILES = ["README.rst" , "CHANGELOG.rst" ]
4444KEYWORDS = [
4545 "python" ,
7070}
7171# You do not need to read beyond this line
7272PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
73- GS_COMMAND = ("gs pypi-mobans-pkg v0.0.11 " +
74- "Find 0.0.11 in changelog for more details" )
73+ GS_COMMAND = ("gs pypi-mobans-pkg v0.0.12 " +
74+ "Find 0.0.12 in changelog for more details" )
7575NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7676 "Please install gease to enable it." )
7777UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments