File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ releases:
9
9
- action : Updated
10
10
details :
11
11
- " `#360`: show friendlier error when unknown protocol exception was raised."
12
- date : tbd
12
+ date : 18.01.2020
13
13
version : 0.7.0
14
14
- changes :
15
15
- action : Updated
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com
6
6
license : MIT
7
7
version : 0.7.0
8
8
current_version : 0.7.0
9
- release : 0.6.8
9
+ release : 0.7.0
10
10
branch : master
11
11
master : index
12
12
command_line_interface : " moban"
Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.7.0 - tbd
4
+ 0.7.0 - 18.01.2020
5
5
--------------------------------------------------------------------------------
6
6
7
7
**Removed **
Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = '0.7.0'
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.6.8 '
30
+ release = '0.7.0 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change 53
53
"Yet another jinja2 cli command for static text generation"
54
54
)
55
55
URL = "https://github.com/moremoban/moban"
56
- DOWNLOAD_URL = "%s/archive/0.6.8 .tar.gz" % URL
56
+ DOWNLOAD_URL = "%s/archive/0.7.0 .tar.gz" % URL
57
57
FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
58
58
KEYWORDS = [
59
59
"python" ,
97
97
}
98
98
# You do not need to read beyond this line
99
99
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
100
- GS_COMMAND = ("gs moban v0.6.8 " +
101
- "Find 0.6.8 in changelog for more details" )
100
+ GS_COMMAND = ("gs moban v0.7.0 " +
101
+ "Find 0.7.0 in changelog for more details" )
102
102
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
103
103
"Please install gease to enable it." )
104
104
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments