This repository was archived by the owner on Mar 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
===========
3
+
4
+ 0.0.6 - 12.05.2018
5
+ ----------------------
6
+
7
+ #. Update its dependency on javascripthon to 0.10.
8
+
9
+ 0.0.5 - 04.2018
10
+ ------------------
11
+
12
+ #. First release
Original file line number Diff line number Diff line change 16
16
17
17
project = u'pyecharts-javascripthon'
18
18
copyright = u'2018 pyecharts dev team'
19
- version = '0.0.5 '
20
- release = '0.0.5 '
19
+ version = '0.0.6 '
20
+ release = '0.0.6 '
21
21
exclude_patterns = []
22
22
pygments_style = 'sphinx'
23
23
html_theme = 'default'
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "pyecharts"
3
3
author : " C.W."
4
4
5
5
company : " pyecharts dev team"
6
- version : " 0.0.5 "
7
- current_version : " 0.0.5 "
8
- release : " 0.0.5 "
6
+ version : " 0.0.6 "
7
+ current_version : " 0.0.6 "
8
+ release : " 0.0.6 "
9
9
copyright_year : 2018
10
10
license : MIT
11
11
dependencies :
Original file line number Diff line number Diff line change 1
- __version__ = '0.0.5 '
1
+ __version__ = '0.0.6 '
2
2
__author__ = 'C.W.'
Original file line number Diff line number Diff line change 9
9
10
10
NAME = 'pyecharts-javascripthon'
11
11
AUTHOR = 'C.W.'
12
- VERSION = '0.0.5 '
12
+ VERSION = '0.0.6 '
13
13
14
14
LICENSE = 'MIT'
15
15
DESCRIPTION = (
16
16
'Embeded Python functions in pyecharts'
17
17
)
18
18
URL = 'https://github.com/pyecharts/pyecharts-javascripthon'
19
- DOWNLOAD_URL = '%s/archive/0.0.5 .tar.gz' % URL
19
+ DOWNLOAD_URL = '%s/archive/0.0.6 .tar.gz' % URL
20
20
FILES = ['README.rst' , 'CHANGELOG.rst' ]
21
21
KEYWORDS = [
22
22
'python'
48
48
# You do not need to read beyond this line
49
49
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
50
50
sys .executable )
51
- GS_COMMAND = ('gs pyecharts-javascripthon v0.0.5 ' +
52
- "Find 0.0.5 in changelog for more details" )
51
+ GS_COMMAND = ('gs pyecharts-javascripthon v0.0.6 ' +
52
+ "Find 0.0.6 in changelog for more details" )
53
53
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
54
54
'Please install gease to enable it.' )
55
55
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments