Skip to content

Commit 136b926

Browse files
committed
Bump devenv.sh SW_MAJOR_VERSION to 6.8 and add it to release checklist
1 parent 97716f7 commit 136b926

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

devenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# compiled portion of the Python bindings).
1212
#
1313

14-
SW_MAJOR_VERSION=6.7
14+
SW_MAJOR_VERSION=6.8
1515

1616
(return 0 2>/dev/null) && sourced=1 || sourced=0
1717

docs/dev/release-process.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ python -c "import sys; print(sys.prefix)" > "%USERPROFILE%\.shapeworks\python_ho
4646
echo %PATH% > "%USERPROFILE%\.shapeworks\path_6.5.txt"
4747
```
4848

49+
- `devenv.sh`
50+
51+
```
52+
SW_MAJOR_VERSION=6.5
53+
```
54+
4955
* Update Release Notes
5056

5157
- Update `docs/about/release_notes.md` with the new release notes

0 commit comments

Comments
 (0)