File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
author = "Akshay Gupta"
26
26
27
27
# The short X.Y version
28
- version = "2023.4 .0"
28
+ version = "2023.6 .0"
29
29
# The full version, including alpha/beta/rc tags
30
30
release = ""
31
31
Original file line number Diff line number Diff line change 1
1
"""Package initialization."""
2
2
3
3
4
- __version__ = "2023.4 .0"
4
+ __version__ = "2023.6 .0"
5
5
6
6
__title__ = "edgetest"
7
7
__description__ = "Bleeding edge dependency testing"
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def cli(
135
135
pm .hook .addoption (schema = docstructure )
136
136
validator = EdgetestValidator (schema = docstructure .schema )
137
137
if not validator .validate (conf ):
138
- click .echo ("Unable to validate configuration file." )
138
+ click .echo (f "Unable to validate configuration file. Error: { validator . errors } " )
139
139
raise ValueError ("Unable to validate configuration file." )
140
140
conf = validator .document
141
141
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ console_scripts =
100
100
edgetest = edgetest.interface:cli
101
101
102
102
[bumpver]
103
- current_version = " 2023.4 .0"
103
+ current_version = " 2023.6 .0"
104
104
version_pattern = " YYYY.MM.INC0"
105
105
commit_message = " Bump {old_version} to {new_version}"
106
106
commit = True
You can’t perform that action at this time.
0 commit comments