Skip to content

Commit 7b90cee

Browse files
RibeiroAnadavehunt
authored andcommitted
V1.20.0 (#194)
* Corrected Rerun failures - from pytest-dev/pytest-rerunfailures@4ec7431#diff-c3a581865b7c0be4e6b5d5fa60d6aed5 * Removed ENV * Removed some comments * Style matter * Style * Reversed rerunfailures to 4.1 * Style * added comment about issue 77 * Removed rerunfailures version due launch of rerunfailures 6.0 * Version 1.20.0 and version release text * Changed RST * Removed extraneous space
1 parent 75cfd52 commit 7b90cee

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release Notes
22
-------------
33

4+
**1.20.9 (2019-01-12)**
5+
6+
* Tests running with Pytest 4.0 and Python 3.7
7+
8+
* Stop filtering out falsy environment values (`#175 <https://github.com/pytest-dev/pytest-html/issues/175>`_)
9+
10+
* Thanks to `@jknotts <https://github.com/jknotts>`_ for reporting the issue
11+
and to `@crazymerlyn <http://github.com/crazymerlyn>`_ for providing a fix
12+
13+
* Removed extraneous space from anchor tag (`@chardbury <https://github.com/chardbury>`_)
14+
15+
* Always define __version__ even if get_distribution() fails (`@nicoddemus <https://github.com/nicoddemus>`_)
16+
17+
* Refactor css config code (`@crazymerlyn <http://github.com/crazymerlyn>`_)
18+
419
**1.19.0 (2018-06-01)**
520

621
* Allow collapsed outcomes to be configured by using a query parameter

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,20 @@ Tests can be run locally with `tox`_, for example to execute tests for Python 2.
267267

268268
.. _`tox`: https://tox.readthedocs.org/en/latest/
269269

270+
Releasing a new version
271+
-----------------------
272+
273+
Follow these steps to release a new version of the project:
274+
275+
1. Update your local master with the upstream master (``git pull --rebase upstream master``)
276+
2. Create a new branch and update ``CHANGES.rst`` with the new version, today's date, and all changes/new features
277+
3. Commit and push the new branch and then create a new pull request
278+
4. Wait for tests and reviews and then merge the branch
279+
5. Once merged, update your local master again (``git pull --rebase upstream master``)
280+
6. Tag the release with the new release version (``git tag v<new tag>``)
281+
7. Push the tag (``git push upstream --tags``)
282+
8. Done. You can monitor the progress on `Travis <https://travis-ci.org/pytest-dev/pytest-html/>`_
283+
270284
Resources
271285
---------
272286

0 commit comments

Comments
 (0)