Skip to content

Commit 5a01434

Browse files
authored
Update version information to v25.1.1 (#726)
1 parent 52ef997 commit 5a01434

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
quark-engine (25.1.1-0kali1) kali-dev; urgency=medium
2+
3+
* Document Enhancement
4+
5+
- Optimize the Quark Script documents for CWE-94, CWE-798, and CWE-921. (#724, #722, and #723)
6+
7+
-- Zin Wong <[email protected]> Tue, 01 Jan 2025 20:00:00 +0800
8+
19
quark-engine (24.12.1-0kali1) kali-dev; urgency=medium
210

311
* Document Enhancement

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
77
dh-virtualenv (>= 0.8),
88
python3,
99

10-
Standards-Version: 24.12.1
10+
Standards-Version: 25.1.1
1111
Homepage: https://github.com/quark-engine/quark-engine
1212
Vcs-Browser: https://github.com/quark-engine/quark-engine
1313
Vcs-Git: https://github.com/quark-engine/quark-engine

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v24.12.1'
25+
release = 'v25.1.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

quark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "24.12.1"
1+
__version__ = "25.1.1"

0 commit comments

Comments
 (0)