Skip to content

Commit e8fec13

Browse files
committed
Version 1.1
1 parent cb93de7 commit e8fec13

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This file details the changelog of Qiling Framework.
55

66
- More refactors and bug fixes
77
- Adding DLL images for PE coverage tracing
8+
- Add hook_mem_invalid
9+
- More UEFI API
810

911

1012
------------------------------------

qiling/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .core_utils import QLCoreUtils
1919
from .extensions.debugger import ql_debugger_init
2020

21-
__version__ = "1.1" + "-dev"
21+
__version__ = "1.1"
2222

2323
class Qiling(QLCoreStructs, QLCoreHooks, QLCoreUtils):
2424
def __init__(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# 3 - Alpha
3535
# 4 - Beta
3636
# 5 - Production/Stable
37-
'Development Status :: 3 - Alpha',
37+
'Development Status :: 5 - Production/Stable',
3838

3939
# Indicate who your project is intended for
4040
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)