diff --git a/docs/source/conf.py b/docs/source/conf.py index acc31f0..0d9911a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = "Akshay Gupta" # The short X.Y version -version = "2021.12.4" +version = "2021.12.5" # The full version, including alpha/beta/rc tags release = "" diff --git a/edgetest/__init__.py b/edgetest/__init__.py index 00a8b9f..24d5e39 100644 --- a/edgetest/__init__.py +++ b/edgetest/__init__.py @@ -1,7 +1,7 @@ """Package initialization.""" -__version__ = "2021.12.4" +__version__ = "2021.12.5" __title__ = "edgetest" __description__ = "Bleeding edge dependency testing" diff --git a/setup.cfg b/setup.cfg index f57eb57..120b3b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = Cerberus<=1.3.4,>=1.3.0 click<=8.0.3,>=7.0 pluggy<=1.0.0,>=1.0.0 - tabulate>=0.8.9<=0.8.9 + tabulate>=0.8.9,<=0.8.9 packaging<=21.3,>20.6 [options.extras_require] @@ -98,7 +98,7 @@ console_scripts = edgetest = edgetest.interface:cli [bumpver] -current_version = "2021.12.4" +current_version = "2021.12.5" version_pattern = "YYYY.MM.INC0" commit_message = "Bump {old_version} to {new_version}" commit = True