Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Jan 11, 2025
1 parent 068e65e commit 020d821
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.0] - 2025-01-11

### Fixed

- Исправлена проблема в `LoggingAdapterHandler`, из-за которой атрибуты `filename`, `function` и `line` не устанавливались для объекта `Record`
Expand Down
18 changes: 5 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
[build-system]
requires = ["poetry-core"]
requires = [ "poetry-core",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tinylogging"
version = "3.2.0"
version = "3.3.0"
description = ""
authors = ["Hamlet <[email protected]>"]
authors = [ "Hamlet <[email protected]>",]
license = "MIT"
readme = "README.md"
repository = "https://github.com/HamletSargsyan/tinylogging"
homepage = "https://github.com/HamletSargsyan/tinylogging"
keywords = ["logging"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
]
keywords = [ "logging",]
classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Intended Audience :: Developers",]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0

0 comments on commit 020d821

Please sign in to comment.