Skip to content

Commit bb0cd7f

Browse files
committed
Release v1.3.2
1 parent 5882866 commit bb0cd7f

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.3.2
6+
37
- Reject division by zero in `MathBlock`
48
- Blocks that divide by zero are now rejected instead of throwing an exception into
59
the interpreter

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.3.1
3+
Current stable version: v1.3.2
44

55
## Information
66

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

6464
```
65-
pip install git+https://github.com/MajorTanya/[email protected].1
65+
pip install git+https://github.com/MajorTanya/[email protected].2
6666
```
6767

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = "MajorTanya"
2222

2323
### VERSION SECTION START
24-
version = "1.3.1"
24+
version = "1.3.2"
2525
### VERSION SECTION END
2626
release = version
2727

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.3.1"
7+
version = "1.3.2"
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)