Skip to content

Commit 48896f2

Browse files
committed
Bump version: 1.5.1 -> 1.5.2
1 parent ca7027a commit 48896f2

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

aioauth/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "aioauth"
22
__description__ = "Asynchronous OAuth 2.0 framework for Python 3."
33
__url__ = "https://github.com/aliev/aioauth"
4-
__version__ = "1.5.1"
4+
__version__ = "1.5.2"
55
__author__ = "Ali Aliyev"
66
__author_email__ = "ali@aliev.me"
77
__license__ = "The MIT License (MIT)"

setup.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
[bumpversion]
2-
current_version = 1.5.1
3-
commit = True
4-
tag = True
5-
6-
[bumpversion:file:aioauth/__version__.py]
7-
search = "{current_version}"
8-
replace = "{new_version}"
9-
101
[tool:pytest]
112
addopts = -s --strict-markers -vv --cache-clear --maxfail=1 --cov=aioauth --cov-report=term --cov-report=html --cov-branch --no-cov-on-fail
123

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"pytest-env==0.6.2",
4747
"pytest-sugar==0.9.4",
4848
"testfixtures==6.18.3",
49-
"bump2version==1.0.1",
5049
"twine==3.7.1",
5150
"wheel",
5251
]

0 commit comments

Comments
 (0)