Skip to content

Commit b147e9f

Browse files
authored
Update version information to v24.12.1 (#721)
1 parent 1fbfc18 commit b147e9f

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
quark-engine (24.12.1-0kali1) kali-dev; urgency=medium
2+
3+
* Document Enhancement
4+
5+
- Optimize the Quark Script documents for CWE-295, CWE-312, and CWE-940. (#716, #717, and #711)
6+
7+
* Dependency Update
8+
9+
- Update the minimum required Python version to 3.10. (#715)
10+
11+
* Bug Fix
12+
13+
- Fix a ModuleNotFoundError during the installation via PyPI. (#720)
14+
15+
-- Zin Wong <[email protected]> Tue, 03 Dec 2024 20:00:00 +0800
16+
117
quark-engine (24.11.2-0kali1) kali-dev; urgency=medium
218

319
* Bug Fix

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.11.2
10+
Standards-Version: 24.12.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.11.2'
25+
release = 'v24.12.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.11.2"
1+
__version__ = "24.12.1"

0 commit comments

Comments
 (0)