Skip to content

Commit

Permalink
setup.cfg fix (#4)
Browse files Browse the repository at this point in the history
* fixing tabulate requirement

* Bump 2021.12.4 to 2021.12.5
  • Loading branch information
fdosani authored Dec 17, 2021
1 parent f540064 commit f4b0854
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

Expand Down
2 changes: 1 addition & 1 deletion edgetest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Package initialization."""


__version__ = "2021.12.4"
__version__ = "2021.12.5"

__title__ = "edgetest"
__description__ = "Bleeding edge dependency testing"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4b0854

Please sign in to comment.