Wauplin HF staff commited on
Commit
4989ade
1 Parent(s): 9bbfce5
Files changed (2) hide show
  1. RELEASE.md +3 -0
  2. 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.0"
 
37
  from .webhook import configure_space_ci # noqa: F401
38
 
39
 
40
+ __version__ = "0.1.2"