Skip to content

Commit

Permalink
Bump version to 6.1.7rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 4, 2023
1 parent eb20f34 commit f8f3e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio/__init__.py
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = (6, 1, "7rc1")
VERSION = (6, 1, "7rc2")
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
"aiofiles==%s" % ("0.8.0" if PY36 else "23.1.*"),
"ajsonrpc==1.*",
"starlette==%s" % ("0.19.1" if PY36 else "0.26.*"),
"uvicorn==%s" % ("0.16.0" if PY36 else "0.21.*"),
"uvicorn==%s" % ("0.16.0" if PY36 else "0.22.*"),
"wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"),
]

Expand Down

0 comments on commit f8f3e98

Please sign in to comment.