File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.2 - 28.08.2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **first release **
8
+
9
+ #. cope with new born project where github link is not ready. contributors list
10
+ will be empty.
11
+
4
12
0.0.1 - 23.08.2020
5
13
--------------------------------------------------------------------------------
6
14
Original file line number Diff line number Diff line change 1
- Copyright (c) 2020 by chfw and its contributors
1
+ Copyright (c) 2020 by C.W. and its contributors
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms of the software as well
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.1 '
23
+ version = '0.0.2 '
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.0.1 '
25
+ release = '0.0.2 '
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1 "
1
+ __version__ = "0.0.2 "
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.1 "
35
+ VERSION = "0.0.2 "
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.1 .tar.gz" % URL
42
+ DOWNLOAD_URL = "%s/archive/0.0.2 .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.1 " +
75
- "Find 0.0.1 in changelog for more details" )
74
+ GS_COMMAND = ("gs moban-jinja2-github v0.0.2 " +
75
+ "Find 0.0.2 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