File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1414 python-version : ' 3.7'
1515 - name : check changes
1616 run : |
17- pip install moban gitfs2 pypifs
17+ pip install moban gitfs2 pypifs moban-jinja2-github
1818 moban
1919 git status
2020 git diff --exit-code
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stages:
2828 env :
2929 - MINREQ=0
3030 stage : moban
31- install : pip install moban>=0.0.4 gitfs2 pypifs
31+ install : pip install moban>=0.0.4 gitfs2 pypifs moban-jinja2-github
3232 script :
3333 - moban
3434 - git diff --exit-code
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4+ 0.0.3 - 02.09.2020
5+ --------------------------------------------------------------------------------
6+
7+ **added **
8+
9+ #. moban.plugins.jinja2.filters.github is moved here
10+
4110.0.2 - 28.08.2020
512--------------------------------------------------------------------------------
613
Original file line number Diff line number Diff line change 2020copyright = ''
2121author = 'chfw'
2222# The short X.Y version
23- version = '0.0.2 '
23+ version = '0.0.3 '
2424# The full version, including alpha/beta/rc tags
25- release = '0.0.2 '
25+ release = '0.0.3 '
2626
2727# -- General configuration ---------------------------------------------------
2828
Original file line number Diff line number Diff line change 1- __version__ = "0.0.2 "
1+ __version__ = "0.0.3 "
22__author__ = "chfw"
Original file line number Diff line number Diff line change 3232
3333NAME = "moban-jinja2-github"
3434AUTHOR = "chfw"
35- VERSION = "0.0.2 "
35+ VERSION = "0.0.3 "
3636EMAIL = "info@moremoban.org"
3737LICENSE = "newbsd"
3838DESCRIPTION = (
3939 "Github specific filters, tests and globals"
4040)
4141URL = "https://github.com/moremoban/moban-jinja2-github"
42- DOWNLOAD_URL = "%s/archive/0.0.2 .tar.gz" % URL
42+ DOWNLOAD_URL = "%s/archive/0.0.3 .tar.gz" % URL
4343FILES = ["README.rst" , "CHANGELOG.rst" ]
4444KEYWORDS = [
4545 "python" ,
7171}
7272# You do not need to read beyond this line
7373PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
74- GS_COMMAND = ("gs moban-jinja2-github v0.0.2 " +
75- "Find 0.0.2 in changelog for more details" )
74+ GS_COMMAND = ("gs moban-jinja2-github v0.0.3 " +
75+ "Find 0.0.3 in changelog for more details" )
7676NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7777 "Please install gease to enable it." )
7878UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments