File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff line change 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]
112addopts = -s --strict-markers -vv --cache-clear --maxfail =1 --cov =aioauth --cov-report =term --cov-report =html --cov-branch --no-cov-on-fail
123
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments