Skip to content

Commit 8130bba

Browse files
committed
build: version 5.6b1
1 parent b8fbce6 commit 8130bba

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
2121
.. Version 9.8.1 --- 2027-07-27
2222
.. ----------------------------
2323
24-
Unreleased
25-
----------
24+
.. _changes_56b1:
25+
26+
Version 5.6b1 --- 2021-04-13
27+
----------------------------
2628

2729
- Third-party packages are now ignored in coverage reporting. This solves a
2830
few problems:

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = "5.5" # CHANGEME
69+
version = "5.6" # CHANGEME
7070
# The full version, including alpha/beta/rc tags.
71-
release = "5.5" # CHANGEME
71+
release = "5.6b1" # CHANGEME
7272
# The date of release, in "monthname day, year" format.
73-
release_date = "February 28, 2021" # CHANGEME
73+
release_date = "April 13, 2021" # CHANGEME
7474

7575
rst_epilog = """
7676
.. |release_date| replace:: {release_date}

howto.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- IF NOT PRE-RELEASE:
3434
$ rm -f ~/coverage/trunk/doc/sample_html/*.*
3535
$ cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/
36-
cd ~/coverage/trunk
36+
$ cd ~/coverage/trunk
3737
- IF NOT PRE-RELEASE:
3838
check in the new sample html
3939
- Done with changes to source files, check them in.

0 commit comments

Comments
 (0)