File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.1.3 - 13-09-2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Fixed **
8
+
9
+ #. include new-project folder in the package
10
+
4
11
0.1.2 - 13-09-2020
5
12
--------------------------------------------------------------------------------
6
13
Original file line number Diff line number Diff line change 25
25
copyright = '2018-2020 Onni Software Ltd. and its contributors'
26
26
author = 'C.W.'
27
27
# The short X.Y version
28
- version = '0.1.2 '
28
+ version = '0.1.3 '
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.1.2 '
30
+ release = '0.1.3 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.2 "
1
+ __version__ = "0.1.3 "
2
2
__author__ = "C.W."
Original file line number Diff line number Diff line change 32
32
33
33
NAME = "pypi-mobans-pkg"
34
34
AUTHOR = "C.W."
35
- VERSION = "0.1.2 "
35
+ VERSION = "0.1.3 "
36
36
37
37
LICENSE = "public license"
38
38
DESCRIPTION = (
39
39
"Scaffolding mobans for your Python project."
40
40
)
41
41
URL = "https://github.com/moremoban/pypi-mobans-pkg"
42
- DOWNLOAD_URL = "%s/archive/0.1.2 .tar.gz" % URL
42
+ DOWNLOAD_URL = "%s/archive/0.1.3 .tar.gz" % URL
43
43
FILES = ["README.rst" , "CHANGELOG.rst" ]
44
44
KEYWORDS = [
45
45
"python" ,
69
69
EXTRAS_REQUIRE = {}
70
70
# You do not need to read beyond this line
71
71
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
72
- GS_COMMAND = ("gs pypi-mobans-pkg v0.1.2 " +
73
- "Find 0.1.2 in changelog for more details" )
72
+ GS_COMMAND = ("gs pypi-mobans-pkg v0.1.3 " +
73
+ "Find 0.1.3 in changelog for more details" )
74
74
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
75
75
"Please install gease to enable it." )
76
76
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments