Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Commit b3feec7

Browse files
committed
🎨 update dependencies on javascripthon to 0.10. related to: pyecharts/pyecharts#541, and azazel75/macropy#5
1 parent 1088a60 commit b3feec7

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
Change log
22
===========
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

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
project = u'pyecharts-javascripthon'
1818
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'
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
html_theme = 'default'

pyecharts-javascripthon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organisation: "pyecharts"
33
author: "C.W."
44
55
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"
99
copyright_year: 2018
1010
license: MIT
1111
dependencies:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.0.5'
1+
__version__ = '0.0.6'
22
__author__ = 'C.W.'

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
NAME = 'pyecharts-javascripthon'
1111
AUTHOR = 'C.W.'
12-
VERSION = '0.0.5'
12+
VERSION = '0.0.6'
1313
1414
LICENSE = 'MIT'
1515
DESCRIPTION = (
1616
'Embeded Python functions in pyecharts'
1717
)
1818
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
2020
FILES = ['README.rst', 'CHANGELOG.rst']
2121
KEYWORDS = [
2222
'python'
@@ -48,8 +48,8 @@
4848
# You do not need to read beyond this line
4949
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5050
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")
5353
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5454
'Please install gease to enable it.')
5555
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)