Skip to content

Commit 3465e86

Browse files
committed
Updated changelog & README
1 parent 43af503 commit 3465e86

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Project
1010
* Version bump to 0.8 as the addition of Remote Service Admin is a big step
1111
forward.
1212
* Fixed unit tests for ``pelix.threadpool``
13-
13+
* Added a word about Python 3.7 dataclasses in the iPOPO reference card
14+
* All the source code has been reformatted with
15+
`black <https://github.com/ambv/black>`_ (``black -l 80 pelix``)
1416

1517
Remote Services
1618
===============

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To check if Pelix is installed correctly, run the following command:
8686
.. code-block:: bash
8787
8888
$ python -m pelix.shell --version
89-
Pelix 0.7.0 from /home/tcalmant/git/ipopo/pelix/framework.py
89+
Pelix 0.8.0 from /home/tcalmant/git/ipopo/pelix/framework.py
9090
9191
Concepts
9292
########
@@ -410,11 +410,12 @@ license, which is the `Apache Software License 2.0 <http://www.apache.org/licens
410410
Compatibility
411411
#############
412412

413-
Pelix and iPOPO are tested using `Tox <http://testrun.org/tox/latest/>`_ and
414-
`Travis-CI <https://travis-ci.org/tcalmant/ipopo>`_ with Python 2.7, 3.4 to 3.6.
415-
Pypy is not tested anymore due to various bugs on tests themselves.
413+
Pelix and iPOPO are tested using
414+
`Travis-CI <https://travis-ci.org/tcalmant/ipopo>`_ with Python 2.7
415+
and 3.4 to 3.6.
416+
Pypy is not tested anymore due to various bugs during tests setup.
416417

417-
iPOPO doesn't support Python 2.6 anymore.
418+
iPOPO doesn't support Python 2.6 anymore (since version 0.5.6).
418419

419420

420421
License

docs/changelog.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ Release Notes
66
iPOPO 0.8.0
77
===========
88

9-
:Release Date: 2018-08-??
9+
:Release Date: 2018-08-19
1010

1111
Project
1212
-------
1313

1414
* Version bump to 0.8 as the addition of Remote Service Admin is a big step
1515
forward.
1616
* Fixed unit tests for ``pelix.threadpool``
17-
17+
* Added a word about Python 3.7 dataclasses in the iPOPO reference card
18+
* All the source code has been reformatted with
19+
`black <https://github.com/ambv/black>`_ (``black -l 80 pelix``)
1820

1921
Remote Services
2022
---------------

0 commit comments

Comments
 (0)