Skip to content

Commit 2eb2016

Browse files
authored
Update version information to v25.3.1 (#737)
* Update changelog * Update version information to v25.3.1 * Update version information to v25.3.1 * Update version information to v25.3.1
1 parent a3abe84 commit 2eb2016

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.3.1-0kali1) kali-dev; urgency=medium
2+
3+
* Document Enhancement
4+
5+
- Optimize the Quark Script documents for CWE-23, CWE-73, and CWE-78. (#733, #735, and #734)
6+
7+
-- ChihHuan Tsai <[email protected]> Tue, 04 Mar 2025 20:00:00 +0800
8+
19
quark-engine (25.2.1-0kali1) kali-dev; urgency=medium
210
* New Feature
311

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: 25.2.1
10+
Standards-Version: 25.3.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 = 'v25.2.1'
25+
release = 'v25.3.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__ = "25.2.1"
1+
__version__ = "25.3.1"

0 commit comments

Comments
 (0)