Skip to content

Commit 0f0caa2

Browse files
committed
v3.9.3
1 parent 9978b37 commit 0f0caa2

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
Формат основан на [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
и этот проект придерживается [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.9.3]
9+
10+
### Added
11+
- 📷 **README** — баннер проекта `assets/spritepro-banner.png` в шапке документации.
12+
13+
### Changed
14+
- 🔧 **Версия библиотеки** — релиз обновлён до `3.9.3`; `spritePro.__version__` синхронизирован с `pyproject.toml`.
15+
16+
---
17+
818
## [3.9.2]
919

1020
### Fixed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/)
66
[![License](https://img.shields.io/badge/License-Open%20Source-yellow.svg)](LICENSE)
7-
[![Version](https://img.shields.io/badge/Version-3.9.0-green.svg)](CHANGELOG.md)
7+
[![Version](https://img.shields.io/badge/Version-3.9.3-green.svg)](CHANGELOG.md)
8+
9+
![SpritePro](assets/spritepro-banner.png)
810

911
![Demo](https://github.com/user-attachments/assets/db56e1fd-0db5-4353-945d-c4a31c6b9d7f)
1012

assets/spritepro-banner.png

1.61 MB
Loading

pyproject.toml

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

55
[project]
66
name = "spritepro"
7-
version = "3.9.2"
7+
version = "3.9.3"
88
authors = [
99
{ name="NeoXider", email="neoxider@gmail.com" },
1010
]

spritePro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from __future__ import annotations
2626

27-
__version__ = "3.9.1"
27+
__version__ = "3.9.3"
2828

2929
import inspect
3030
import os

0 commit comments

Comments
 (0)