Skip to content

Commit 87d9557

Browse files
authored
bumped version to v3.1.3 (#1519)
1 parent 3c77124 commit 87d9557

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
title: "PYNQ"
66
type: software
77
license: 'BSD-3-Clause'
8-
version: 3.1.2
8+
version: 3.1.3
99
date-released: "2025-09-24"
1010
url: 'https://pynq.io'
1111
repository-code: "https://github.com/Xilinx/PYNQ"

build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Builds final pynq source distribution with overlays and BSPs included
55

6-
VERSION := 3.1.2
6+
VERSION := 3.1.3
77
SDIST := dist/pynq-$(VERSION).tar.gz
88

99
BITS := boards/Pynq-Z1/logictools/logictools.bit \

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def __getattr__(cls, name):
100100
# built documents.
101101
#
102102
# The short X.Y version.
103-
version = '3.1.2'
103+
version = '3.1.3'
104104
# The full version, including alpha/beta/rc tags.
105-
release = '3.1.2'
105+
release = '3.1.3'
106106

107107
# The language for content autogenerated by Sphinx. Refer to documentation
108108
# for a list of supported languages.

pynq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
from .pmbus import DataRecorder, get_rails
2525

2626
__all__ = ["lib", "tests"]
27-
__version__ = "3.1.2"
27+
__version__ = "3.1.3"

sdbuild/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ALLBOARDS ?= $(basename $(notdir $(wildcard $(BOARDDIR)/*/*.spec)))
1414
BOARDS ?= $(ALLBOARDS)
1515

1616
UBUNTU_RELEASE := jammy
17-
VERSION := 3.1.2
17+
VERSION := 3.1.3
1818

1919
KERNEL_VERSION := 2024.1
2020
QEMU_VERSION := 5.2.0

sdbuild/packages/pynq/pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo cp $script_dir/boardname.sh $target/etc/profile.d
1616

1717

1818
# 2. Create and copy the REVISION file
19-
echo "Release 3.1.2 (Carlisle) $(date +'%Y_%m_%d') $(git rev-parse --short=7 --verify HEAD)" \
19+
echo "Release 3.1.3 (Carlisle) $(date +'%Y_%m_%d') $(git rev-parse --short=7 --verify HEAD)" \
2020
> $BUILD_ROOT/PYNQ/REVISION
2121

2222
if [ ${PYNQ_BOARD} != "Unknown" ]; then

sdbuild/ubuntu/jammy/aarch64/patch/etc/lsb-release.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
-DISTRIB_CODENAME=jammy
77
-DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"
88
+DISTRIB_ID=pynqlinux
9-
+DISTRIB_RELEASE=v3.1.2
9+
+DISTRIB_RELEASE=v3.1.3
1010
+DISTRIB_CODENAME=Carlisle
1111
+DISTRIB_DESCRIPTION="PYNQ Linux, based on Ubuntu 22.04"

sdbuild/ubuntu/jammy/aarch64/patch/usr/lib/os-release.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
-BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1414
-PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
1515
+NAME="PynqLinux"
16-
+VERSION="3.1.2 (Carlisle)"
16+
+VERSION="3.1.3 (Carlisle)"
1717
+ID=pynqlinux
1818
+ID_LIKE=ubuntu
1919
+PRETTY_NAME="PynqLinux, based on Ubuntu 22.04"
20-
+VERSION_ID="3.1.2"
20+
+VERSION_ID="3.1.3"
2121
+HOME_URL="https://www.pynq.io/"
2222
+SUPPORT_URL="https://discuss.pynq.io/"
2323
+BUG_REPORT_URL="https://www.pynq.io"

sdbuild/ubuntu/jammy/arm/patch/etc/lsb-release.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
-DISTRIB_CODENAME=jammy
77
-DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"
88
+DISTRIB_ID=pynqlinux
9-
+DISTRIB_RELEASE=v3.1.2
9+
+DISTRIB_RELEASE=v3.1.3
1010
+DISTRIB_CODENAME=Carlisle
1111
+DISTRIB_DESCRIPTION="PYNQ Linux, based on Ubuntu 22.04"

sdbuild/ubuntu/jammy/arm/patch/usr/lib/os-release.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
-BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1414
-PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
1515
+NAME="PynqLinux"
16-
+VERSION="3.1.2 (Carlisle)"
16+
+VERSION="3.1.3 (Carlisle)"
1717
+ID=pynqlinux
1818
+ID_LIKE=ubuntu
1919
+PRETTY_NAME="PynqLinux, based on Ubuntu 22.04"
20-
+VERSION_ID="3.1.2"
20+
+VERSION_ID="3.1.3"
2121
+HOME_URL="https://www.pynq.io/"
2222
+SUPPORT_URL="https://discuss.pynq.io/"
2323
+BUG_REPORT_URL="https://www.pynq.io"

0 commit comments

Comments
 (0)