Skip to content

Commit

Permalink
Bump version: 1.5.1 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Mar 21, 2023
1 parent ca7027a commit 48896f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion aioauth/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "aioauth"
__description__ = "Asynchronous OAuth 2.0 framework for Python 3."
__url__ = "https://github.com/aliev/aioauth"
__version__ = "1.5.1"
__version__ = "1.5.2"
__author__ = "Ali Aliyev"
__author_email__ = "[email protected]"
__license__ = "The MIT License (MIT)"
Expand Down
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[bumpversion]
current_version = 1.5.1
commit = True
tag = True

[bumpversion:file:aioauth/__version__.py]
search = "{current_version}"
replace = "{new_version}"

[tool:pytest]
addopts = -s --strict-markers -vv --cache-clear --maxfail=1 --cov=aioauth --cov-report=term --cov-report=html --cov-branch --no-cov-on-fail

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"pytest-env==0.6.2",
"pytest-sugar==0.9.4",
"testfixtures==6.18.3",
"bump2version==1.0.1",
"twine==3.7.1",
"wheel",
]
Expand Down

0 comments on commit 48896f2

Please sign in to comment.