Skip to content

Commit 5972a1b

Browse files
committed
💎 release 0.0.3.2
1 parent a112528 commit 5972a1b

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = '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 ---------------------------------------------------

pypi-mobans-pkg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organisation: "moremoban"
33
author: "C.W."
44
55
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"
99
copyright_year: 2018-2019
1010
license: public license
1111
dependencies:

pypi_mobans_pkg/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.3.1"
1+
__version__ = "0.0.3.2"
22
__author__ = "C.W."

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
NAME = 'pypi-mobans-pkg'
3131
AUTHOR = 'C.W.'
32-
VERSION = '0.0.3.1'
32+
VERSION = '0.0.3.2'
3333
3434
LICENSE = 'public license'
3535
DESCRIPTION = (
3636
'Scaffolding mobans for your Python project.'
3737
)
3838
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
4040
FILES = ['README.rst', 'CHANGELOG.rst']
4141
KEYWORDS = [
4242
'python',
@@ -66,8 +66,8 @@
6666
# You do not need to read beyond this line
6767
PUBLISH_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")
7171
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
7272
'Please install gease to enable it.')
7373
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)