Skip to content

Commit c376de7

Browse files
committed
Set Version: 7.1.297
1 parent 8705457 commit c376de7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

install-k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22

3-
K_VERSION=7.1.296
3+
K_VERSION=7.1.297
44

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

package/debian/kframework/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kframework (7.1.296) unstable; urgency=medium
1+
kframework (7.1.297) unstable; urgency=medium
22

33
* Initial Release.
44

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.296
1+
7.1.297

pyk/docs/conf.py

Lines changed: 2 additions & 2 deletions
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.1.296'
13-
release = '7.1.296'
12+
version = '7.1.297'
13+
release = '7.1.297'
1414

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

pyk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kframework"
7-
version = "7.1.296"
7+
version = "7.1.297"
88
description = ""
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)