File tree Expand file tree Collapse file tree 7 files changed +24
-11
lines changed Expand file tree Collapse file tree 7 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.11 - 14-1-2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Updated **
8
+
9
+ #. bug fix 0.0.10 where statics/azure folder were not included
10
+
4
11
0.0.10 - 14-1-2020
5
12
--------------------------------------------------------------------------------
6
13
Original file line number Diff line number Diff line change 1
1
include README.rst
2
2
include CHANGELOG.rst
3
3
include LICENSE
4
- include pypi_mobans_pkg/resources/statics/*
5
4
include pypi_mobans_pkg/resources/templates/*
5
+ recursive-include pypi_mobans_pkg/resources/statics/*
6
6
recursive-include pypi_mobans_pkg/resources/templates/gitignore *.*
7
7
recursive-include pypi_mobans_pkg/resources/templates/docs *.*
8
8
include pypi_mobans_pkg/resources/templates/tests/*
Original file line number Diff line number Diff line change 1
1
name : " pypi-mobans"
2
2
organisation : moremoban
3
3
releases :
4
+ - changes :
5
+ - action : Updated
6
+ details :
7
+ - bug fix 0.0.10 where statics/azure folder were not included
8
+ date : 14-1-2020
9
+ version : 0.0.11
4
10
- changes :
5
11
- action : Updated
6
12
details :
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.0.10 '
28
+ version = '0.0.11 '
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.0.10 '
30
+ release = '0.0.11 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
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.10 "
7
- current_version : " 0.0.10 "
8
- release : " 0.0.10 "
6
+ version : " 0.0.11 "
7
+ current_version : " 0.0.11 "
8
+ release : " 0.0.11 "
9
9
copyright_year : 2018-2020
10
10
license : public license
11
11
dependencies :
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.10 "
1
+ __version__ = "0.0.11 "
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.0.10 "
35
+ VERSION = "0.0.11 "
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.0.10 .tar.gz" % URL
42
+ DOWNLOAD_URL = "%s/archive/0.0.11 .tar.gz" % URL
43
43
FILES = ["README.rst" , "CHANGELOG.rst" ]
44
44
KEYWORDS = [
45
45
"python" ,
70
70
}
71
71
# You do not need to read beyond this line
72
72
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
73
- GS_COMMAND = ("gs pypi-mobans-pkg v0.0.10 " +
74
- "Find 0.0.10 in changelog for more details" )
73
+ GS_COMMAND = ("gs pypi-mobans-pkg v0.0.11 " +
74
+ "Find 0.0.11 in changelog for more details" )
75
75
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
76
76
"Please install gease to enable it." )
77
77
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments