We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa31c0 commit 88e81cdCopy full SHA for 88e81cd
.github/workflows/publish.yml
@@ -3,7 +3,8 @@ on:
3
push:
4
tags:
5
- "v[0-9]+.[0-9]+.[0-9]+"
6
- - "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
7
+ - "v[0-9]+.[0-9]+.[0-9]+dev[0-9]+"
8
9
jobs:
10
publish:
itables/version.py
@@ -1,3 +1,3 @@
1
"""ITables' version number"""
2
-__version__ = "2.0.0rc0"
+__version__ = "2.0.0rc1"
0 commit comments