From 1b54f49621f81432053a8c5e0e439be136966b4e Mon Sep 17 00:00:00 2001 From: Hamlet Date: Sat, 25 Jan 2025 15:05:30 +0400 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ pyproject.toml | 13 ++----------- version | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 845e4db..9de6473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] - 2025-01-25 + ### Added - Method `to_dict` for the `Record` class diff --git a/pyproject.toml b/pyproject.toml index 3d1cacb..f371da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "tinylogging" -version = "4.2.0" +version = "5.0.0" description = "python logging library" authors = ["Hamlet "] license = "MIT" @@ -13,16 +13,7 @@ repository = "https://github.com/HamletSargsyan/tinylogging" homepage = "https://github.com/HamletSargsyan/tinylogging" documentation = "https://hamletsargsyan.github.io/tinylogging" keywords = ["logging"] -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Operating System :: OS Independent", - "Topic :: System :: Logging", - "Typing :: Typed", -] +classifiers = ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Topic :: System :: Logging", "Typing :: Typed"] [tool.poetry.dependencies] python = "^3.9" diff --git a/version b/version index ef8d756..28cbf7c 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.2.0 \ No newline at end of file +5.0.0 \ No newline at end of file