Prepare 1.6.1 release (#304)
* Prepare 1.6.1 release * Update configs * Fix dev requirements
This commit is contained in:
parent
99028bff16
commit
baa921f1cb
5 changed files with 5 additions and 10 deletions
|
@ -1,6 +0,0 @@
|
||||||
[bumpversion]
|
|
||||||
files = setup.py
|
|
||||||
commit = True
|
|
||||||
tag = True
|
|
||||||
current_version = 1.5.0
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* `Redis`_
|
* `Redis`_
|
||||||
* Python 3.7+
|
* Python 3.8+
|
||||||
|
|
||||||
.. _Redis: https://redis.io/
|
.. _Redis: https://redis.io/
|
||||||
|
|
||||||
|
|
|
@ -5,3 +5,5 @@ freezegun==1.2.1
|
||||||
pytest==7.3.1
|
pytest==7.3.1
|
||||||
pytest-cov==4.1.0
|
pytest-cov==4.1.0
|
||||||
tox==4.11.3
|
tox==4.11.3
|
||||||
|
bumpversion==0.6.0
|
||||||
|
wheel==0.42.0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
current_version = 1.6.0
|
current_version = 1.6.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
files = setup.py snappass/__init__.py
|
files = setup.py
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -18,7 +18,7 @@ setup(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires='>=3.7, <4',
|
python_requires='>=3.8, <4',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
@ -27,7 +27,6 @@ setup(
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.7',
|
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.10',
|
||||||
|
|
Loading…
Reference in a new issue