Spaces:
Sleeping
Sleeping
add notes
Browse files- RELEASE.md +3 -0
- src/gradio_space_ci/__init__.py +1 -1
RELEASE.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
## 0.1.2
|
2 |
+
|
3 |
+
- Recover missed webhooks at startup time by looping through all PRs and checking which ones are out of sync.
|
src/gradio_space_ci/__init__.py
CHANGED
@@ -37,4 +37,4 @@ else:
|
|
37 |
from .webhook import configure_space_ci # noqa: F401
|
38 |
|
39 |
|
40 |
-
__version__ = "0.1.
|
|
|
37 |
from .webhook import configure_space_ci # noqa: F401
|
38 |
|
39 |
|
40 |
+
__version__ = "0.1.2"
|