Skip to content

Commit

Permalink
Fix YAML tab switching and refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Jun 14, 2020
1 parent 0f12eea commit 856fcae
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 76,259 deletions.
8 changes: 6 additions & 2 deletions wildbits/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
VERSION = "1.0.0rc1"
USER_VERSION = VERSION.replace("a", " alpha ").replace("b", " beta ")
VERSION = "1.0.0rc2"
USER_VERSION = (
VERSION.replace("a", " alpha ")
.replace("rc", " release candidate ")
.replace("b", " beta ")
)
Loading

0 comments on commit 856fcae

Please sign in to comment.