Skip to content

Commit

Permalink
🥚 release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 3, 2018
1 parent fc93d6b commit 4ec570d
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ targets:
- "echarts_united_kingdom_pypkg/_version.py": "_version.py.jj2"
- .gitignore: gitignore.jj2
- .travis.yml: travis.yml.jj2
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
Change log
===========
================================================================================

0.0.1 - 03.03.2018
--------------------------------------------------------------------------------

Added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. UK electoral boundaries 2016
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ echarts-united-kingdom-pypkg

The project packages `echarts-united-kingdom-js <https://github.com/pyecharts/echarts-united-kingdom-js>`_ and distributes it via pypi.

.. image:: https://echarts-maps.github.io/echarts-united-kingdom-js/electoral_results_2017_uk.gif
:target: https://echarts-maps.github.io/echarts-united-kingdom-js/electoral_results_2017_uk.html

Installation
================================================================================


You can install echarts-united-kingdom-pypkg via pip:

.. code-block:: bash
$ pip install echarts-united-kingdom-pypkg
or clone it and install it:

.. code-block:: bash
$ git clone https://github.com/pyecharts/echarts-united-kingdom-pypkg.git
Expand Down
8 changes: 8 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
releases:
- changes:
- action: Added
details:
- UK electoral boundaries 2016
date: 03.03.2018
version: 0.0.1

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

project = u'echarts-united-kingdom-pypkg'
copyright = u'2018 pyecharts dev team'
version = '0.0.0'
version = '0.0.1'
release = '0.0.1'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion echarts-united-kingdom-pypkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contact: "[email protected]"
company: "pyecharts dev team"
version: "0.0.1"
current_version: "0.0.1"
release: "0.0.0"
release: "0.0.1"
copyright_year: 2018
license: Custom
nowheel: true
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'pyecharts map extension - united kingdom maps - python package'
)
URL = 'https://github.com/pyecharts/echarts-united-kingdom-pypkg'
DOWNLOAD_URL = '%s/archive/0.0.0.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.0.1.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python'
Expand Down Expand Up @@ -59,8 +59,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-united-kingdom-pypkg v0.0.0 ' +
"Find 0.0.0 in changelog for more details")
GS_COMMAND = ('gs echarts-united-kingdom-pypkg v0.0.1 ' +
"Find 0.0.1 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down

0 comments on commit 4ec570d

Please sign in to comment.