| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e4937c9 commit f080d39
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,7 +134,8 @@ jobs: | |||
| 134 | 134 | path: site | |
| 135 | 135 | ||
| 136 | 136 | - name: check GITHUB_REF matches package version | |
| 137 | - uses: samuelcolvin/check-python-version@v3 | ||
| 137 | + id: check-tag | ||
| 138 | + uses: samuelcolvin/check-python-version@v4.1 | ||
| 138 | 139 | with: | |
| 139 | 140 | version_file_path: devtools/version.py | |
| 140 | 141 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + ## v0.12.1 (2023-08-17) | ||
| 2 | + | ||
| 3 | + fix docs release | ||
| 4 | + | ||
| 1 | 5 | ## v0.12.0 (2023-08-17) | |
| 2 | 6 | ||
| 3 | 7 | * build docs on CI by @samuelcolvin in #127 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - VERSION = '0.12.0' | ||
| 1 | + VERSION = '0.12.1' | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments