Skip to content

Commit b29123d

Browse files
committed
Release v1.3.0
1 parent 294b1de commit b29123d

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

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

3+
*Currently none*
4+
5+
# v1.3.0
36
- Fix undefined guild-specific or global nicknames causing blocks to be rejected
47
- For `discord.Member` objects, `MemberAdapter` now falls back to `global_name` if
58
`nick` is undefined and further to `name` if `global_name` is also undefined

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.2.1
3+
Current stable version: v1.3.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.2.1
65+
pip install git+https://github.com/MajorTanya/ya_tagscript.git@v1.3.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
@@ -21,7 +21,7 @@
2121
author = "MajorTanya"
2222

2323
### VERSION SECTION START
24-
version = "1.2.1"
24+
version = "1.3.0"
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.2.1"
7+
version = "1.3.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)