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 11Change log
22================================================================================
33
4+ 0.0.2 - 09.06.2019
5+ --------------------------------------------------------------------------------
6+
7+ first release
8+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+ #. it use pyecharts 1.x to draw ChoroplethMap
11+
4120.0.1 - 17.04.2019
513--------------------------------------------------------------------------------
614
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = 'pypi'
77python_version = ' 3.6'
88
99[packages ]
10- pyecharts ==0 .5.11
10+ pyecharts = ' >=1.0.0 '
1111
1212[dev-packages ]
1313nose = " *"
Original file line number Diff line number Diff line change 11overrides : " pyecharts.yml"
22name : " 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 "
66copyright_year : 2019
77license : MIT
88dependencies :
9- - pyecharts==0.5.11
9+ - pyecharts>=1.0.0
1010description : " Draw speciaized graphs using pyecharts"
1111releases :
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
1218- changes :
1319 - action : first release
1420 details :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.0.2 "
22__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 2626
2727NAME = "pyecharts-extras"
2828AUTHOR = "pyecharts dev team"
29- VERSION = "0.0.1 "
29+ VERSION = "0.0.2 "
3030EMAIL = "info@pyecharts.com"
3131LICENSE = "MIT"
3232DESCRIPTION = (
3333 "Draw speciaized graphs using pyecharts"
3434)
3535URL = "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
3737FILES = ["README.rst" , "CHANGELOG.rst" ]
3838KEYWORDS = [
3939 "python" ,
5959]
6060
6161INSTALL_REQUIRES = [
62- "pyecharts==0.5.11 " ,
62+ "pyecharts>=1.0.0 " ,
6363]
6464SETUP_COMMANDS = {}
6565
6969}
7070# You do not need to read beyond this line
7171PUBLISH_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" )
7474NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7575 "Please install gease to enable it." )
7676UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments