Skip to content

Commit 51cd63d

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 11770cd commit 51cd63d

File tree

4 files changed

+8
-29
lines changed

4 files changed

+8
-29
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
Change log
22
================================================================================
33

4-
0.1.3 - 13-09-2020
4+
0.1.4 - 13-09-2020
55
--------------------------------------------------------------------------------
66

77
**Fixed**
88

9-
#. include new-project folder in the package
10-
11-
0.1.2 - 13-09-2020
12-
--------------------------------------------------------------------------------
13-
14-
**Fixed**
15-
16-
#. include new-project folder in the package
17-
18-
0.1.1 - 13-09-2020
19-
--------------------------------------------------------------------------------
20-
21-
**Fixed**
22-
23-
#. include yehua.yml file in the package
24-
25-
0.1.0 - 13-09-2020
26-
--------------------------------------------------------------------------------
27-
28-
**Updated**
29-
309
#. use pypi-mobans version 0.1.0
3110

3211
0.0.15 - 27-08-2020

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
copyright = '2018-2020 Onni Software Ltd. and its contributors'
2626
author = 'C.W.'
2727
# The short X.Y version
28-
version = '0.1.3'
28+
version = '0.1.4'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.1.3'
30+
release = '0.1.4'
3131

3232
# -- General configuration ---------------------------------------------------
3333

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.1.3"
1+
__version__ = "0.1.4"
22
__author__ = "C.W."

setup.py

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

3333
NAME = "pypi-mobans-pkg"
3434
AUTHOR = "C.W."
35-
VERSION = "0.1.3"
35+
VERSION = "0.1.4"
3636
EMAIL = "wangc_2011@hotmail.com"
3737
LICENSE = "public license"
3838
DESCRIPTION = (
3939
"Scaffolding mobans for your Python project."
4040
)
4141
URL = "https://github.com/moremoban/pypi-mobans-pkg"
42-
DOWNLOAD_URL = "%s/archive/0.1.3.tar.gz" % URL
42+
DOWNLOAD_URL = "%s/archive/0.1.4.tar.gz" % URL
4343
FILES = ["README.rst", "CHANGELOG.rst"]
4444
KEYWORDS = [
4545
"python",
@@ -69,8 +69,8 @@
6969
EXTRAS_REQUIRE = {}
7070
# You do not need to read beyond this line
7171
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
72-
GS_COMMAND = ("gs pypi-mobans-pkg v0.1.3 " +
73-
"Find 0.1.3 in changelog for more details")
72+
GS_COMMAND = ("gs pypi-mobans-pkg v0.1.4 " +
73+
"Find 0.1.4 in changelog for more details")
7474
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7575
"Please install gease to enable it.")
7676
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)