From d78b3bbfb58052616666f39ee322541ed88ef3a6 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 22 Mar 2026 10:16:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7=D0=B0=20v0.?= =?UTF-8?q?2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ etpgrf_site/__init__.py | 2 +- etpgrf_site/typograph/templates/typograph/base.html | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e384cf9..236d1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.0.0/), и этот проект придерживается [Semantic Versioning](https://semver.org/lang/ru/). +## [0.2.7] - 2025-03-22 +### Изменено +- Обновлене всех пактов, включая `etpgrf` (v0.1.5 → v0.1.6.post1). + +### Исправлено +- `canonical` для страниц учитывает https/http. + ## [0.2.6] - 2025-02-28 ### Изменено diff --git a/etpgrf_site/__init__.py b/etpgrf_site/__init__.py index 2f78204..8e742eb 100644 --- a/etpgrf_site/__init__.py +++ b/etpgrf_site/__init__.py @@ -2,7 +2,7 @@ Основные возможности: - Веб-интерфейс для ввода текста и настройки параметров типографики. """ -__version__ = "0.2.5" +__version__ = "0.2.6" __author__ = "Sergei Erjemin" __email__ = "erjemin@gmail.com" __license__ = "MIT" diff --git a/etpgrf_site/typograph/templates/typograph/base.html b/etpgrf_site/typograph/templates/typograph/base.html index d9ff684..3c86dcb 100644 --- a/etpgrf_site/typograph/templates/typograph/base.html +++ b/etpgrf_site/typograph/templates/typograph/base.html @@ -83,7 +83,7 @@
© Sergei Erjemin, 2025–{% now 'Y' %}. - v0.1.5 / v0.2.6 + v0.1.6.post1 / v0.2.7 {# Сводная статистика (HTMX) #} ... diff --git a/pyproject.toml b/pyproject.toml index 1c87bb5..a1e6ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "2026-etpgrf-site" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["erjemin "] readme = "README.md"