File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ or clone it and install it:
31
31
32
32
$ git clone https://github.com/moremoban/pypi-mobans-pkg.git
33
33
$ cd pypi-mobans-pkg
34
+
35
+ Maintenance
36
+ ==================
37
+
38
+ $ git submodule update --init --recursive
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.1 '
29
+ version = '0.0.3.2 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.0.3.1 '
31
+ release = '0.0.3.2 '
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.1 "
7
- current_version : " 0.0.3.1 "
8
- release : " 0.0.3.1 "
6
+ version : " 0.0.3.2 "
7
+ current_version : " 0.0.3.2 "
8
+ release : " 0.0.3.2 "
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 "
1
+ __version__ = "0.0.3.2 "
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.1 '
32
+ VERSION = '0.0.3.2 '
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.1 .tar.gz' % URL
39
+ DOWNLOAD_URL = '%s/archive/0.0.3.2 .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.1 ' +
70
- "Find 0.0.3.1 in changelog for more details" )
69
+ GS_COMMAND = ('gs pypi-mobans-pkg v0.0.3.2 ' +
70
+ "Find 0.0.3.2 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