File tree Expand file tree Collapse file tree 3 files changed +27
-20
lines changed Expand file tree Collapse file tree 3 files changed +27
-20
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.3 - 18-01-2018
4
+ 0.0.4 - unreleased
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added 3.7, pypy2
11
+ and pypy3
12
+ #. added min_requirements.txt where minimum requirements are computed
13
+ #. #71: include tests folder as test_suite if 'tests' folder exists
14
+ #. #16: package data / MANIFEST.in.jj2 is not easy to customise
15
+ #. #14: Mandatory CHANGELOG.rst become optional
16
+
17
+ 0.0.3 - 18-01-2019
5
18
--------------------------------------------------------------------------------
6
19
7
20
First release
8
21
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
22
10
- #. bug fix on `PR#60z `
23
+ #. bug fix on `#60 < https://github.com/moremoban/pypi-mobans/pull/60 >`_
11
24
12
25
0.0.2 - 18-01-2019
13
26
--------------------------------------------------------------------------------
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
+ - " travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added 3.7, pypy2 and pypy3"
8
+ - " added min_requirements.txt where minimum requirements are computed"
9
+ - " #71: include tests folder as test_suite if 'tests' folder exists"
10
+ - " #16: package data / MANIFEST.in.jj2 is not easy to customise"
11
+ - " #14: Mandatory CHANGELOG.rst become optional"
12
+ date : unreleased
13
+ version : 0.0.4
4
14
- changes :
5
15
- action : First release
6
16
details :
7
- - " bug fix on `PR#60z `"
8
- date : 18-01-2018
17
+ - " bug fix on `PR#60 `"
18
+ date : 18-01-2019
9
19
version : 0.0.3
10
20
- changes :
11
21
- action : Added
Original file line number Diff line number Diff line change @@ -91,26 +91,10 @@ exclude_patterns = [{{ exclude_patterns }}]
91
91
#
92
92
html_theme = 'alabaster'
93
93
94
- # Theme options are theme-specific and customize the look and feel of a theme
95
- # further. For a list of options available for each theme, see the
96
- # documentation.
97
- #
98
- # html_theme_options = {}
99
-
100
94
# Add any paths that contain custom static files (such as style sheets) here,
101
95
# relative to this directory. They are copied after the builtin static files,
102
96
# so a file named "default.css" will overwrite the builtin "default.css".
103
97
html_static_path = ['{{ dot }}static']
104
-
105
- # Custom sidebar templates, must be a dictionary that maps document names
106
- # to template names.
107
- #
108
- # The default sidebars (for documents that don't match any pattern) are
109
- # defined by theme itself. Builtin themes are using these templates by
110
- # default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
111
- # 'searchbox.html']``.
112
- #
113
- # html_sidebars = {}
114
98
{%- if extensions %}
115
99
116
100
You can’t perform that action at this time.
0 commit comments