Skip to content

Commit 201d905

Browse files
committed
📚 update change log
1 parent d5d234c commit 201d905

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Change log
22
================================================================================
33

4+
0.0.9 - 13.10.2019
5+
--------------------------------------------------------------------------------
6+
7+
**Added**
8+
9+
#. pypi download stats are displayed in README
10+
#. Add mit license text
11+
#. `#126 <https://github.com/moremoban/pypi-mobans/issues/126>`_: support github
12+
auto pypi publishing action
13+
14+
**Updated**
15+
16+
#. Test on python 3.8 instead of python 3.8-dev
17+
#. `#131 <https://github.com/moremoban/pypi-mobans/issues/131>`_: remove useless
18+
statements when a complex installation requirement is in place.
19+
#. `#128 <https://github.com/moremoban/pypi-mobans/issues/128>`_: Exclude tests
20+
in installation package
21+
#. Install mock only on python 2
22+
423
0.0.8 - 13.10.2019
524
--------------------------------------------------------------------------------
625

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pypi-mobans
88
.. image:: https://codecov.io/github/moremoban/pypi-mobans/coverage.png
99
:target: https://codecov.io/github/moremoban/pypi-mobans
1010

11+
1112
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
1213
:target: https://gitter.im/chfw_moban/Lobby
1314

changelog.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
name: pypi-mobans
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: Added
6+
details:
7+
- "pypi download stats are displayed in README"
8+
- Add mit license text
9+
- "`#126`: support github auto pypi publishing action"
10+
- action: Updated
11+
details:
12+
- Test on python 3.8 instead of python 3.8-dev
13+
- "`#131`: remove useless statements when a complex installation requirement is in place."
14+
- "`#128`: Exclude tests in installation package"
15+
- Install mock only on python 2
16+
date: 13.10.2019
17+
version: 0.0.9
418
- changes:
519
- action: Fixed
620
details:

mobanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configuration:
77
targets:
88
- .gitignore: gitignore.jj2
99
- .travis.yml: local-travis.yml.jj2
10-
- LICENSE: NEW_BSD_LICENSE.jj2
10+
- LICENSE: newbsd_license.jj2
1111
- README.rst: local-README.rst.jj2
1212
- output: CHANGELOG.rst
1313
configuration: changelog.yml

0 commit comments

Comments
 (0)