Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spumer committed Jun 22, 2021
1 parent db35665 commit 9e2bccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"


[bumpversion:file:sqredirect/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqredirect"
version = "1.2.0"
version = "1.2.1"
description = ""
readme = 'README.md'
authors = ["spumer <spumer-tm@yandex.ru>"]
Expand Down
2 changes: 1 addition & 1 deletion sqredirect/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 9e2bccb

Please sign in to comment.