Skip to content

Commit d95acb5

Browse files
authored
Bump to v0.12.7 (#1044)
* 0.12.7rc1 * v0.12.7
1 parent 3714bd5 commit d95acb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/internal/publishing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you haven't done this before, follow the [first-time setup](#first-time-uploa
99
Before, cutting a release, you'll want to check two things:
1010

1111
1. The `main` branch should be healthy (e.g. latest commit is green).
12-
2. Check the snyk dashboard to review security issues: https://app.snyk.io/org/wwwillchen/project/756c376f-d2e7-44f8-9c20-e4062fdf543f
12+
2. Check the [snyk dashboard](https://app.snyk.io/org/wwwillchen/project/756c376f-d2e7-44f8-9c20-e4062fdf543f) to review security issues:
1313
- It only runs weekly so you need to click "Retest now". If there's any High security issues for a core Mesop file (e.g. anything in `mesop/*`), then you should address it before publishing a release.
1414

1515
## Update version to RC

mesop/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Contains the version string."""
22

3-
VERSION = "0.12.6"
3+
VERSION = "0.12.7"
44

55
if __name__ == "__main__":
66
print(VERSION)

0 commit comments

Comments
 (0)