File tree 6 files changed +16
-9
lines changed
6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 14
14
python-version : ' 3.7'
15
15
- name : check changes
16
16
run : |
17
- pip install moban gitfs2 pypifs
17
+ pip install moban gitfs2 pypifs moban-jinja2-github
18
18
moban
19
19
git status
20
20
git diff --exit-code
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stages:
28
28
env :
29
29
- MINREQ=0
30
30
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
32
32
script :
33
33
- moban
34
34
- git diff --exit-code
Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.3 - 02.09.2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **added **
8
+
9
+ #. moban.plugins.jinja2.filters.github is moved here
10
+
4
11
0.0.2 - 28.08.2020
5
12
--------------------------------------------------------------------------------
6
13
Original file line number Diff line number Diff line change 20
20
copyright = ''
21
21
author = 'chfw'
22
22
# The short X.Y version
23
- version = '0.0.2 '
23
+ version = '0.0.3 '
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.0.2 '
25
+ release = '0.0.3 '
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.2 "
1
+ __version__ = "0.0.3 "
2
2
__author__ = "chfw"
Original file line number Diff line number Diff line change 32
32
33
33
NAME = "moban-jinja2-github"
34
34
AUTHOR = "chfw"
35
- VERSION = "0.0.2 "
35
+ VERSION = "0.0.3 "
36
36
37
37
LICENSE = "newbsd"
38
38
DESCRIPTION = (
39
39
"Github specific filters, tests and globals"
40
40
)
41
41
URL = "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
43
43
FILES = ["README.rst" , "CHANGELOG.rst" ]
44
44
KEYWORDS = [
45
45
"python" ,
71
71
}
72
72
# You do not need to read beyond this line
73
73
PUBLISH_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" )
76
76
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
77
77
"Please install gease to enable it." )
78
78
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments