Skip to content

Commit 8896f96

Browse files
committed
📚 update change log
1 parent 7e3f65c commit 8896f96

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Change log
22
================================================================================
33

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
518
--------------------------------------------------------------------------------
619

720
First release
821
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
922

10-
#. bug fix on `PR#60z`
23+
#. bug fix on `#60 <https://github.com/moremoban/pypi-mobans/pull/60>`_
1124

1225
0.0.2 - 18-01-2019
1326
--------------------------------------------------------------------------------

changelog.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
name: "pypi-mobans"
22
organisation: moremoban
33
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
414
- changes:
515
- action: First release
616
details:
7-
- "bug fix on `PR#60z`"
8-
date: 18-01-2018
17+
- "bug fix on `PR#60`"
18+
date: 18-01-2019
919
version: 0.0.3
1020
- changes:
1121
- action: Added

templates/docs/conf.py_t

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,10 @@ exclude_patterns = [{{ exclude_patterns }}]
9191
#
9292
html_theme = 'alabaster'
9393

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-
10094
# Add any paths that contain custom static files (such as style sheets) here,
10195
# relative to this directory. They are copied after the builtin static files,
10296
# so a file named "default.css" will overwrite the builtin "default.css".
10397
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 = {}
11498
{%- if extensions %}
11599

116100

0 commit comments

Comments
 (0)