File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.4 - 22-01-2019
4
+ 0.0.3.1 - 22-01-2019
5
5
--------------------------------------------------------------------------------
6
6
7
7
Updated
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ releases:
6
6
details :
7
7
- fix the bug where the pypi-mobans were completely missing
8
8
date : 22-01-2019
9
- version : 0.0.4
9
+ version : 0.0.3.1
10
10
- changes :
11
11
- action : Updated
12
12
details :
Original file line number Diff line number Diff line change 26
26
author = 'Onni Software Ltd. and its contributors'
27
27
28
28
# The short X.Y version
29
- version = '0.0.3'
29
+ version = '0.0.3.1 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.0.3'
31
+ release = '0.0.3.1 '
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "moremoban"
3
3
author : " C.W."
4
4
5
5
company : " Onni Software Ltd. and its contributors"
6
- version : " 0.0.3"
7
- current_version : " 0.0.3"
8
- release : " 0.0.3"
6
+ version : " 0.0.3.1 "
7
+ current_version : " 0.0.3.1 "
8
+ release : " 0.0.3.1 "
9
9
copyright_year : 2018-2019
10
10
license : public license
11
11
dependencies :
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.3"
1
+ __version__ = "0.0.3.1 "
2
2
__author__ = "C.W."
Original file line number Diff line number Diff line change 29
29
30
30
NAME = 'pypi-mobans-pkg'
31
31
AUTHOR = 'C.W.'
32
- VERSION = '0.0.3'
32
+ VERSION = '0.0.3.1 '
33
33
34
34
LICENSE = 'public license'
35
35
DESCRIPTION = (
36
36
'Scaffolding mobans for your Python project.'
37
37
)
38
38
URL = 'https://github.com/moremoban/pypi-mobans-pkg'
39
- DOWNLOAD_URL = '%s/archive/0.0.3.tar.gz' % URL
39
+ DOWNLOAD_URL = '%s/archive/0.0.3.1. tar.gz' % URL
40
40
FILES = ['README.rst' , 'CHANGELOG.rst' ]
41
41
KEYWORDS = [
42
42
'python' ,
66
66
# You do not need to read beyond this line
67
67
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
68
68
sys .executable )
69
- GS_COMMAND = ('gs pypi-mobans-pkg v0.0.3 ' +
70
- "Find 0.0.3 in changelog for more details" )
69
+ GS_COMMAND = ('gs pypi-mobans-pkg v0.0.3.1 ' +
70
+ "Find 0.0.3.1 in changelog for more details" )
71
71
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
72
72
'Please install gease to enable it.' )
73
73
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments