Skip to content

Commit 99e01b3

Browse files
authored
Update version information to v24.5.1 (#638)
1 parent d3f9b83 commit 99e01b3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
quark-engine (24.5.1-0kali1) kali-dev; urgency=medium
2+
3+
* Document Updates:
4+
- Optimize the documents of CWE-22, CWE-23, and CWE-327. (#633, #634, and #629)
5+
6+
-- AnWei Kung <sasakikung@gmail.com> Thu, 2 May 2024 17:00:00 +0800
7+
18
quark-engine (24.4.1-0kali1) kali-dev; urgency=medium
29

310
* Document Updates:

debian/control

+1-1
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.4.1
10+
Standards-Version: 24.5.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

+1-1
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.4.1'
25+
release = 'v24.5.1'
2626

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

quark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "24.4.1"
1+
__version__ = "24.5.1"

0 commit comments

Comments
 (0)