Skip to content

Commit

Permalink
Remove edgetest bounds (#44)
Browse files Browse the repository at this point in the history
* Removing upper bound on edgetest

* Bump 2022.12.0 to 2023.4.0
  • Loading branch information
ak-gupta authored Apr 27, 2023
1 parent dae77a8 commit e6d50e4
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 = "2022.12.0"
version = "2023.4.0"
# The full version, including alpha/beta/rc tags
release = ""

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

__version__ = "2022.12.0"
__version__ = "2023.4.0"

__title__ = "edgetest-conda"
__description__ = "Conda edgetest plugin"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
edgetest<=2022.11.0,>=2022.3.0
edgetest>=2022.3.0

[options.extras_require]
docs =
Expand Down Expand Up @@ -84,7 +84,7 @@ edgetest =
conda = edgetest_conda.plugin

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

0 comments on commit e6d50e4

Please sign in to comment.