Skip to content

Commit 2928176

Browse files
committed
🥚 🎡 release 0.1.2
1 parent 1f4ff6d commit 2928176

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
===========
33

4+
0.1.2 - 21.12.2017
5+
--------------------------------------------------------------------------------
6+
7+
#. Updated, `#9, <https://github.com/chfw/pyecharts-snapshot/issues/9>`_: delay
8+
1.5 seconds
9+
410
0.1.1 - 17.12.2017
511
--------------------------------------------------------------------------------
612

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-snapshot'
1818
copyright = u'2017 Onni Software Ltd.'
19-
version = '0.1.1'
20-
release = '0.1.1'
19+
version = '0.1.2'
20+
release = '0.1.2'
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
html_theme = 'default'

pyecharts-snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: "pyecharts-snapshot"
2-
organisation: "chfw"
2+
organisation: "pyecharts"
33
author: "C.W."
44
55
company: "Onni Software Ltd."
6-
version: "0.1.1"
7-
current_version: "0.1.1"
8-
release: "0.1.1"
6+
version: "0.1.2"
7+
current_version: "0.1.2"
8+
release: "0.1.2"
99
copyright_year: 2017
1010
command_line_interface: "snapshot"
1111
entry_point: "pyecharts_snapshot.main:main"

setup.py

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

1010
NAME = 'pyecharts-snapshot'
1111
AUTHOR = 'C.W.'
12-
VERSION = '0.1.1'
12+
VERSION = '0.1.2'
1313
1414
LICENSE = 'MIT'
1515
ENTRY_POINTS = {
@@ -21,8 +21,8 @@
2121
'renders pyecharts as image' +
2222
''
2323
)
24-
URL = 'https://github.com/chfw/pyecharts-snapshot'
25-
DOWNLOAD_URL = '%s/archive/0.1.1.tar.gz' % URL
24+
URL = 'https://github.com/pyecharts/pyecharts-snapshot'
25+
DOWNLOAD_URL = '%s/archive/0.1.2.tar.gz' % URL
2626
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
2727
KEYWORDS = [
2828
'echarts',
@@ -60,8 +60,8 @@
6060
# You do not need to read beyond this line
6161
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
6262
sys.executable)
63-
GS_COMMAND = ('gs pyecharts-snapshot v0.1.1 ' +
64-
"Find 0.1.1 in changelog for more details")
63+
GS_COMMAND = ('gs pyecharts-snapshot v0.1.2 ' +
64+
"Find 0.1.2 in changelog for more details")
6565
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6666
'Please install gease to enable it.')
6767
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)