Skip to content

Commit 0baa179

Browse files
committed
Merge branch '2.0-branch' into latest
2 parents 069b940 + 8e5efde commit 0baa179

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.0.2 (2023-08-24)
2+
------------------
3+
4+
- Fix unwanted literal inclusion of a METAL attribute in rendered output within
5+
the Chameleon ``layout.pt`` template.
6+
7+
- Remove unnecessary fork of pytext-cookies.
8+
19
2.0.1 (2023-01-29)
210
------------------
311

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ Contributors
128128
- Julien Cigar, 2019-10-18
129129

130130
- Jonathan Vanasco, 2021-01-27
131+
132+
- Chris McDonough, 2023-03-03

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
cookiecutter
22
pytest
3-
# the default pytest-cookies is currently broken on windows
4-
# https://github.com/hackebrot/pytest-cookies/issues/41#issuecomment-1316992381
5-
git+https://github.com/jamesmyatt/pytest-cookies@bugfix/62#egg=pytest-cookies
3+
pytest-cookies
64
pytest-venv

{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/base_templates/layout.pt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html metal:define-macro="layout">
2-
<html lang="{{ '${request.locale_name}' }}">
1+
<!DOCTYPE html>
2+
<html lang="{{ '${request.locale_name}' }}" metal:define-macro="layout">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)