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:
3131
3232 $ git clone https://github.com/moremoban/pypi-mobans-pkg.git
3333 $ 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 2626author = 'Onni Software Ltd. and its contributors'
2727
2828# The short X.Y version
29- version = '0.0.3.1 '
29+ version = '0.0.3.2 '
3030# The full version, including alpha/beta/rc tags
31- release = '0.0.3.1 '
31+ release = '0.0.3.2 '
3232
3333
3434# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "moremoban"
33author : " C.W."
4455company : " 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 "
99copyright_year : 2018-2019
1010license : public license
1111dependencies :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.3.1 "
1+ __version__ = "0.0.3.2 "
22__author__ = "C.W."
Original file line number Diff line number Diff line change 2929
3030NAME = 'pypi-mobans-pkg'
3131AUTHOR = 'C.W.'
32- VERSION = '0.0.3.1 '
32+ VERSION = '0.0.3.2 '
33333434LICENSE = 'public license'
3535DESCRIPTION = (
3636 'Scaffolding mobans for your Python project.'
3737)
3838URL = '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
4040FILES = ['README.rst' , 'CHANGELOG.rst' ]
4141KEYWORDS = [
4242 'python' ,
6666# You do not need to read beyond this line
6767PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
6868 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" )
7171NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
7272 'Please install gease to enable it.' )
7373UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments