-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ organisation: "pyecharts" | |
author: "C.W." | ||
contact: "[email protected]" | ||
company: "pyecharts dev team" | ||
version: "0.0.6" | ||
current_version: "0.0.6" | ||
release: "0.0.6" | ||
version: "0.0.7" | ||
current_version: "0.0.7" | ||
release: "0.0.7" | ||
copyright_year: 2018 | ||
license: MIT | ||
nowheel: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = '0.0.6' | ||
__version__ = '0.0.7' | ||
__author__ = 'C.W.' |
Submodule resources
updated
from 4470dd to b363ee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ | |
|
||
NAME = 'echarts-china-cities-pypkg' | ||
AUTHOR = 'C.W.' | ||
VERSION = '0.0.6' | ||
VERSION = '0.0.7' | ||
EMAIL = '[email protected]' | ||
LICENSE = 'MIT' | ||
DESCRIPTION = ( | ||
'pyecharts map extension - china cities - python package' | ||
) | ||
URL = 'https://github.com/pyecharts/echarts-china-cities-pypkg' | ||
DOWNLOAD_URL = '%s/archive/0.0.6.tar.gz' % URL | ||
DOWNLOAD_URL = '%s/archive/0.0.7.tar.gz' % URL | ||
FILES = ['README.rst', 'CHANGELOG.rst'] | ||
KEYWORDS = [ | ||
'python' | ||
|
@@ -60,8 +60,8 @@ | |
# You do not need to read beyond this line | ||
PUBLISH_COMMAND = '{0} setup.py sdist upload -r pypi'.format( | ||
sys.executable) | ||
GS_COMMAND = ('gs echarts-china-cities-pypkg v0.0.6 ' + | ||
"Find 0.0.6 in changelog for more details") | ||
GS_COMMAND = ('gs echarts-china-cities-pypkg v0.0.7 ' + | ||
"Find 0.0.7 in changelog for more details") | ||
NO_GS_MESSAGE = ('Automatic github release is disabled. ' + | ||
'Please install gease to enable it.') | ||
UPLOAD_FAILED_MSG = ( | ||
|