File tree Expand file tree Collapse file tree 6 files changed +26
-12
lines changed Expand file tree Collapse file tree 6 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.2 - 09.06.2019
5
+ --------------------------------------------------------------------------------
6
+
7
+ first release
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. it use pyecharts 1.x to draw ChoroplethMap
11
+
4
12
0.0.1 - 17.04.2019
5
13
--------------------------------------------------------------------------------
6
14
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = 'pypi'
7
7
python_version = ' 3.6'
8
8
9
9
[packages ]
10
- pyecharts ==0 .5.11
10
+ pyecharts = ' >=1.0.0 '
11
11
12
12
[dev-packages ]
13
13
nose = " *"
Original file line number Diff line number Diff line change 1
1
overrides : " pyecharts.yml"
2
2
name : " pyecharts-extras"
3
- version : " 0.0.1 "
4
- current_version : " 0.0.1 "
5
- release : " 0.0.1 "
3
+ version : " 0.0.2 "
4
+ current_version : " 0.0.2 "
5
+ release : " 0.0.2 "
6
6
copyright_year : 2019
7
7
license : MIT
8
8
dependencies :
9
- - pyecharts==0.5.11
9
+ - pyecharts>=1.0.0
10
10
description : " Draw speciaized graphs using pyecharts"
11
11
releases :
12
+ - changes :
13
+ - action : first release
14
+ details :
15
+ - it use pyecharts 1.x to draw ChoroplethMap
16
+ version : 0.0.2
17
+ date : 09.06.2019
12
18
- changes :
13
19
- action : first release
14
20
details :
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1 "
1
+ __version__ = "0.0.2 "
2
2
__author__ = "pyecharts dev team"
Original file line number Diff line number Diff line change 1
- pyecharts == 0.5.11
1
+ pyecharts >= 1.0.0
Original file line number Diff line number Diff line change 26
26
27
27
NAME = "pyecharts-extras"
28
28
AUTHOR = "pyecharts dev team"
29
- VERSION = "0.0.1 "
29
+ VERSION = "0.0.2 "
30
30
31
31
LICENSE = "MIT"
32
32
DESCRIPTION = (
33
33
"Draw speciaized graphs using pyecharts"
34
34
)
35
35
URL = "https://github.com/pyecharts/pyecharts-extras"
36
- DOWNLOAD_URL = "%s/archive/0.0.1 .tar.gz" % URL
36
+ DOWNLOAD_URL = "%s/archive/0.0.2 .tar.gz" % URL
37
37
FILES = ["README.rst" , "CHANGELOG.rst" ]
38
38
KEYWORDS = [
39
39
"python" ,
59
59
]
60
60
61
61
INSTALL_REQUIRES = [
62
- "pyecharts==0.5.11 " ,
62
+ "pyecharts>=1.0.0 " ,
63
63
]
64
64
SETUP_COMMANDS = {}
65
65
69
69
}
70
70
# You do not need to read beyond this line
71
71
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
72
- GS_COMMAND = ("gs pyecharts-extras v0.0.1 " +
73
- "Find 0.0.1 in changelog for more details" )
72
+ GS_COMMAND = ("gs pyecharts-extras v0.0.2 " +
73
+ "Find 0.0.2 in changelog for more details" )
74
74
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
75
75
"Please install gease to enable it." )
76
76
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments