Skip to content

Commit eed7978

Browse files
authored
Merge branch 'master' into noah/multi-proof
2 parents 66c49c1 + f0c5643 commit eed7978

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: install-k

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22

3-
K_VERSION=7.0.41
3+
K_VERSION=7.0.69
44

55
if [ `id -u` -ne 0 ]; then
66
echo "$0: error: This script must be run as root."

Diff for: package/debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kframework (7.0.41) unstable; urgency=medium
1+
kframework (7.0.69) unstable; urgency=medium
22

33
* Initial Release.
44

Diff for: package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.41
1+
7.0.69

Diff for: pyk/docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = 'pyk'
1010
author = 'Runtime Verification, Inc'
1111
copyright = '2024, Runtime Verification, Inc'
12-
version = '7.0.41'
13-
release = '7.0.41'
12+
version = '7.0.69'
13+
release = '7.0.69'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

Diff for: pyk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyk"
7-
version = "7.0.41"
7+
version = "7.0.69"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

Diff for: pyk/src/pyk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from typing import Final
77

88

9-
__version__: Final = '7.0.41'
9+
__version__: Final = '7.0.69'

0 commit comments

Comments
 (0)