🥚 🎡 release 0.0.4

This commit is contained in:
chfw 2018-08-07 22:17:48 +01:00
parent f62d5baadf
commit e81c44dfb6
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
Change log
================================================================================
0.0.4 - pending release
0.0.4 - 07.08.2018
--------------------------------------------------------------------------------
Added

View File

@ -5,7 +5,7 @@ releases:
- action: Added
details:
- "`#4`: to find plugin names with different naming patterns"
date: pending release
date: 07.08.2018
version: 0.0.4
- changes:
- action: Added

View File

@ -28,7 +28,7 @@ copyright = u'2017-2018 Onni Software Ltd.'
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.4'

View File

@ -6,8 +6,8 @@ contact: "wangc_2011@hotmail.com"
company: "Onni Software Ltd."
version: "0.0.4"
current_version: "0.0.4"
release: "0.0.3"
release: "0.0.4"
copyright_year: 2017-2018
license: New BSD
dependencies: []
description: "Load me later. A loading plugin management system."
description: "Load me later. A loading plugin management system."

View File

@ -18,7 +18,7 @@ DESCRIPTION = (
'Load me later. A loading plugin management system.'
)
URL = 'https://github.com/chfw/lml'
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'
@ -46,8 +46,8 @@ EXTRAS_REQUIRE = {}
# 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 lml v0.0.3 ' +
"Find 0.0.3 in changelog for more details")
GS_COMMAND = ('gs lml 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 = (