Feature/move errors patterns and check function to lib #9

Merged
alexchetaev merged 3 commits from feature/move_errors_patterns_and_check_function_to_lib into master 2023-02-17 13:35:15 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bef4de3070 - Show all commits

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "frostfs-testlib"
version = "1.2.0"
version = "1.3.0"
description = "Building blocks and utilities to facilitate development of automated tests for FrostFS system"
readme = "README.md"
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
@ -50,7 +50,7 @@ line-length = 100
target-version = ["py310"]
[tool.bumpver]
current_version = "1.2.0"
current_version = "1.3.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true

View file

@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"