File tree Expand file tree Collapse file tree 8 files changed +30
-10
lines changed Expand file tree Collapse file tree 8 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 1+ {% extends "travis.yml.jj2" %}
2+
3+ {% block custom_python_versions%}
4+ python:
5+ - 3.8
6+ {% endblock %}
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4+ 0.0.10 - 14-1-2020
5+ --------------------------------------------------------------------------------
6+
7+ **Updated **
8+
9+ #. bug fix 0.0.9 where statics folder were not included
10+
4110.0.9 - 12-1-2020
512--------------------------------------------------------------------------------
613
Original file line number Diff line number Diff line change 11include README.rst
22include CHANGELOG.rst
33include LICENSE
4+ include pypi_mobans_pkg/resources/statics/*
45include pypi_mobans_pkg/resources/templates/*
56recursive-include pypi_mobans_pkg/resources/templates/gitignore *.*
67recursive-include pypi_mobans_pkg/resources/templates/docs *.*
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.9 where statics folder were not included
8+ date : 14-1-2020
9+ version : 0.0.10
410- changes :
511 - action : Updated
612 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.9 '
28+ version = '0.0.10 '
2929# The full version, including alpha/beta/rc tags
30- release = '0.0.9 '
30+ release = '0.0.10 '
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.9 "
7- current_version : " 0.0.9 "
8- release : " 0.0.9 "
6+ version : " 0.0.10 "
7+ current_version : " 0.0.10 "
8+ release : " 0.0.10 "
99copyright_year : 2018-2020
1010license : public license
1111dependencies :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.9 "
1+ __version__ = "0.0.10 "
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.9 "
35+ VERSION = "0.0.10 "
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.9 .tar.gz" % URL
42+ DOWNLOAD_URL = "%s/archive/0.0.10 .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.9 " +
74- "Find 0.0.9 in changelog for more details" )
73+ GS_COMMAND = ("gs pypi-mobans-pkg v0.0.10 " +
74+ "Find 0.0.10 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