Skip to content

Commit 7c4205d

Browse files
authored
feat: reflect breaking change in internal release description (ietf-tools#3826)
BREAKING CHANGE: the datatracker now uses bootstrap 5 and html 5 see also ietf-tools@6eeae80
1 parent 6ffda37 commit 7c4205d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/release/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def test_about(self):
1717
self.assertEqual(r.status_code, 200)
1818
q = PyQuery(r.content)
1919
text = q('#content').text()
20-
for word in ["About", "2.00", "3.00", "4.00", "5.0.0"]:
20+
for word in ["About", "2.00", "3.00", "4.00", "5.0.0", "6.0.0", "7.0.0", "8.0.0"]:
2121
self.assertIn(word, text)

ietf/templates/release/about.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1>About the IETF Datatracker</h1>
2323
moments. For the nitty-gritty week-to-week code changes, please check the release
2424
notes or the commit log.
2525
</p>
26+
<h2>Version 8.0.0: Facelift using Bootstrap 5</h2>
2627
<h2>Version 7.0.0: Django 2</h2>
2728
<h2>Version 6.0.0: Facelift using Bootstrap 3</h2>
2829
<p>
@@ -105,4 +106,4 @@ <h2>Version 1.0: Initial Perl/MySQL database and web-pages</h2>
105106
of it and its capabilities was made 2002-11-20
106107
in Atlanta by Thomas Narten.
107108
</p>
108-
{% endblock %}
109+
{% endblock %}

0 commit comments

Comments
 (0)