File tree Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
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
+
4
23
0.0.8 - 13.10.2019
5
24
--------------------------------------------------------------------------------
6
25
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ pypi-mobans
8
8
.. image :: https://codecov.io/github/moremoban/pypi-mobans/coverage.png
9
9
:target: https://codecov.io/github/moremoban/pypi-mobans
10
10
11
+
11
12
.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
12
13
:target: https://gitter.im/chfw_moban/Lobby
13
14
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 : 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
4
18
- changes :
5
19
- action : Fixed
6
20
details :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ configuration:
7
7
targets:
8
8
- .gitignore: gitignore.jj2
9
9
- .travis.yml: local-travis.yml.jj2
10
- - LICENSE: NEW_BSD_LICENSE .jj2
10
+ - LICENSE: newbsd_license .jj2
11
11
- README.rst: local-README.rst.jj2
12
12
- output: CHANGELOG.rst
13
13
configuration: changelog.yml
You can’t perform that action at this time.
0 commit comments