forked from TrueCloudLab/frostfs-testlib
Bump version 1.1.0 -> 1.1.1
Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
f04ca55cde
commit
0b42dbaab1
4 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ repos:
|
||||||
rev: 22.8.0
|
rev: 22.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.9
|
language_version: python3.10
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 5.12.0
|
rev: 5.12.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -46,7 +46,7 @@ To setup development environment for `neofs-testlib`, please, take the following
|
||||||
1. Prepare virtualenv
|
1. Prepare virtualenv
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ virtualenv --python=python3.9 venv
|
$ virtualenv --python=python3.10 venv
|
||||||
$ source venv/bin/activate
|
$ source venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "neofs-testlib"
|
name = "neofs-testlib"
|
||||||
version = "1.0.0"
|
version = "1.1.1"
|
||||||
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system"
|
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
|
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
|
||||||
|
@ -45,10 +45,10 @@ line_length = 100
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
target-version = ["py39"]
|
target-version = ["py310"]
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "1.0.0"
|
current_version = "1.1.1"
|
||||||
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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.1.1"
|
||||||
|
|
Loading…
Reference in a new issue