diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a65ef0..aff4381 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Change log ================================================================================ +0.0.4 - 06/07/2018 +-------------------------------------------------------------------------------- + +Updated +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +#. `#11 `_: keep up-to-date with + pypi-mobans + 0.0.3 - 24/02/2018 -------------------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 3993637..36a0279 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/changelog.yml b/changelog.yml index 7d8ca29..4a68e4e 100644 --- a/changelog.yml +++ b/changelog.yml @@ -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: diff --git a/docs/source/conf.py b/docs/source/conf.py index 9dde123..8959d9b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 185e250..0a2cdf2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ NAME = 'yehua' AUTHOR = 'C.W.' -VERSION = '0.0.3' +VERSION = '0.0.4' EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' ENTRY_POINTS = { @@ -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' @@ -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 = ( diff --git a/yehua.yaml b/yehua.yaml index 4a2c66c..2211d52 100644 --- a/yehua.yaml +++ b/yehua.yaml @@ -4,9 +4,9 @@ organisation: "moremoban" author: "C.W." contact: "wangc_2011@hotmail.com" 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" diff --git a/yehua/_version.py b/yehua/_version.py index 62b14cd..2b7e9d3 100644 --- a/yehua/_version.py +++ b/yehua/_version.py @@ -1,3 +1,3 @@ # Auto generated by moban -__version__ = '0.0.3' +__version__ = '0.0.4' __author__ = 'C.W.'