Skip to content

Commit

Permalink
🥚 🎡 release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 6, 2018
1 parent b0b4d83 commit b3602dd
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change log
================================================================================

0.0.4 - 06/07/2018
--------------------------------------------------------------------------------

Updated
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. `#11 <https://github.com/moremoban/yehua/issues/11>`_: keep up-to-date with
pypi-mobans

0.0.3 - 24/02/2018
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
yehua - Let you focus on code, instead of setup scaffolding
================================================================================

.. image:: https://api.travis-ci.org/moremoban/yehua.svg?branch=master
.. image:: https://api.travis-ci.org/moremoban/yehua.svg
:target: http://travis-ci.org/moremoban/yehua

.. image:: https://codecov.io/github/moremoban/yehua/coverage.png
Expand Down
8 changes: 8 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
name: yehua
organisation: moremoban
releases:
- changes:
- action: Updated
details:
- "`#11`: keep up-to-date with pypi-mobans"
date: 06/07/2018
version: 0.0.4
- changes:
- action: Added
details:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
author = u'C.W.'

# The short X.Y version
version = u'0.0.3'
version = u'0.0.4'
# The full version, including alpha/beta/rc tags
release = u'0.0.3'
release = u'0.0.4'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

NAME = 'yehua'
AUTHOR = 'C.W.'
VERSION = '0.0.3'
VERSION = '0.0.4'
EMAIL = '[email protected]'
LICENSE = 'New BSD'
ENTRY_POINTS = {
Expand All @@ -24,7 +24,7 @@
'package.'
)
URL = 'https://github.com/moremoban/yehua'
DOWNLOAD_URL = '%s/archive/0.0.3.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.0.4.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python'
Expand Down Expand Up @@ -57,8 +57,8 @@
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs yehua v0.0.3 ' +
"Find 0.0.3 in changelog for more details")
GS_COMMAND = ('gs yehua v0.0.4 ' +
"Find 0.0.4 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down
6 changes: 3 additions & 3 deletions yehua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ organisation: "moremoban"
author: "C.W."
contact: "[email protected]"
company: "Onni Software Ltd."
version: "0.0.3"
current_version: "0.0.3"
release: "0.0.3"
version: "0.0.4"
current_version: "0.0.4"
release: "0.0.4"
copyright_year: 2017
command_line_interface: "yh"
entry_point: "yehua.main:main"
Expand Down
2 changes: 1 addition & 1 deletion yehua/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Auto generated by moban
__version__ = '0.0.3'
__version__ = '0.0.4'
__author__ = 'C.W.'

0 comments on commit b3602dd

Please sign in to comment.