Skip to content

Commit

Permalink
Merge pull request #3 from capitalone/dev
Browse files Browse the repository at this point in the history
Release v2021.12.4
  • Loading branch information
fdosani authored Dec 17, 2021
2 parents fe29c77 + f540064 commit 231630b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3"
version = "2021.12.4"
# 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.3"
__version__ = "2021.12.4"

__title__ = "edgetest"
__description__ = "Bleeding edge dependency testing"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ console_scripts =
edgetest = edgetest.interface:cli

[bumpver]
current_version = "2021.12.3"
current_version = "2021.12.4"
version_pattern = "YYYY.MM.INC0"
commit_message = "Bump {old_version} to {new_version}"
commit = True
Expand Down

0 comments on commit 231630b

Please sign in to comment.