From 4c90c44c7d7249da5cba999686df1345272e7aa7 Mon Sep 17 00:00:00 2001 From: devops Date: Fri, 12 Jul 2024 17:03:16 +0000 Subject: [PATCH] Set Version: 7.1.57 --- install-k | 2 +- package/debian/kframework/changelog | 2 +- package/version | 2 +- pyk/docs/conf.py | 4 ++-- pyk/pyproject.toml | 2 +- pyk/src/pyk/__init__.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/install-k b/install-k index 67cdd0cf2ef..b0a6deb6825 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=7.1.56 +K_VERSION=7.1.57 if [ `id -u` -ne 0 ]; then echo "$0: error: This script must be run as root." diff --git a/package/debian/kframework/changelog b/package/debian/kframework/changelog index 33ff21924e3..946132ddd89 100644 --- a/package/debian/kframework/changelog +++ b/package/debian/kframework/changelog @@ -1,4 +1,4 @@ -kframework (7.1.56) unstable; urgency=medium +kframework (7.1.57) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index f06a592cfe1..fe1397af812 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -7.1.56 +7.1.57 diff --git a/pyk/docs/conf.py b/pyk/docs/conf.py index 0f6470c993f..f86fc7253d6 100644 --- a/pyk/docs/conf.py +++ b/pyk/docs/conf.py @@ -9,8 +9,8 @@ project = 'pyk' author = 'Runtime Verification, Inc' copyright = '2024, Runtime Verification, Inc' -version = '7.1.56' -release = '7.1.56' +version = '7.1.57' +release = '7.1.57' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyk/pyproject.toml b/pyk/pyproject.toml index 5b30c6397d6..08d7bc77014 100644 --- a/pyk/pyproject.toml +++ b/pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kframework" -version = "7.1.56" +version = "7.1.57" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/pyk/src/pyk/__init__.py b/pyk/src/pyk/__init__.py index e2ea275f44b..8751bbe2432 100644 --- a/pyk/src/pyk/__init__.py +++ b/pyk/src/pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -__version__: Final = '7.1.56' +__version__: Final = '7.1.57'