Skip to content

Commit 87122c8

Browse files
committed
rel 2024.1.1
1 parent 68b16fc commit 87122c8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ requirements_optional.txt
44
tests/data
55
sticker*.txt
66
sorted
7+
perf.py
8+
/*.tgs
9+
/*.gif
710

811
poetry.lock
912

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

6+
## 2024.1.1 - 2024/03/24
7+
8+
- fix `convert_rlottie_python.py`
9+
610
## 2024.1 - 2024/03/22
711

812
- Add '--file' arg for passing in a list of packs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tstickers"
3-
version = "2024.1"
3+
version = "2024.1.1"
44
license = "mit"
55
description = "Download sticker packs from Telegram"
66
authors = ["FredHappyface"]

0 commit comments

Comments
 (0)