Skip to content

Commit 043e22d

Browse files
committed
Release v1.5.0
1 parent fd2218f commit 043e22d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
*Currently none*
4+
5+
# v1.5.0
6+
37
- Enforce zero-depth requirement for the specially formed attributes of `EmbedBlock`
48
- This affects the payloads of ``author``, ``field``, and ``footer``, whose payloads
59
must now have a ``|`` at "{term}`zero-depth`" to properly separate their different

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ya_tagscript - Yet Another TagScript fork
22

3-
Current stable version: v1.4.3
3+
Current stable version: v1.5.0
44

55
## Information
66

@@ -62,7 +62,7 @@ or
6262
<!--VERSIONED TAG SECTION START-->
6363

6464
```
65-
pip install git+https://github.com/MajorTanya/ya_tagscript.git@v1.4.3
65+
pip install git+https://github.com/MajorTanya/ya_tagscript.git@v1.5.0
6666
```
6767

6868
<!--VERSIONED TAG SECTION END-->

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author = "MajorTanya"
1818

1919
### VERSION SECTION START
20-
version = "1.4.3"
20+
version = "1.5.0"
2121
### VERSION SECTION END
2222
release = version
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ya_tagscript"
7-
version = "1.4.3"
7+
version = "1.5.0"
88
description = "Yet Another TagScript fork. An easy drop in user-provided Templating system."
99
readme = "README.md"
1010
license = "CC-BY-4.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)