Bump version 1.1.1 -> 1.2.0

This commit is contained in:
Aleksei Chetaev 2023-02-16 17:32:04 +01:00 committed by Aleksey Chetaev
parent a1635f46c0
commit e891f3804c
2 changed files with 3 additions and 3 deletions

View file

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

View file

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