mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-14 01:53:12 +00:00
parent
cc63b02723
commit
603052bd0c
2 changed files with 9 additions and 2 deletions
9
NEWS.rst
9
NEWS.rst
|
|
@ -1,7 +1,13 @@
|
||||||
Release History
|
Release History
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
0.6.0 (Unreleased)
|
0.6.0.post1 (2019-10-10)
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
* Issue `#24 <https://github.com/jazzband/contextlib2/issues/24>`__:
|
||||||
|
Correctly update NEWS.rst for the 0.6.0 release.
|
||||||
|
|
||||||
|
0.6.0 (2019-09-21)
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
* Issue `#16 <https://github.com/jazzband/contextlib2/issues/16>`__:
|
* Issue `#16 <https://github.com/jazzband/contextlib2/issues/16>`__:
|
||||||
|
|
@ -16,6 +22,7 @@ Release History
|
||||||
available (patch by Allan Harwood)
|
available (patch by Allan Harwood)
|
||||||
|
|
||||||
* Updates to the default compatibility testing matrix:
|
* Updates to the default compatibility testing matrix:
|
||||||
|
|
||||||
* Added: PyPy3, CPython 3.6 (maintenance), CPython 3.7 (development)
|
* Added: PyPy3, CPython 3.6 (maintenance), CPython 3.7 (development)
|
||||||
* Dropped: CPython 3.3
|
* Dropped: CPython 3.3
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.6.0
|
0.6.0.post1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue