Skip to content

Commit 038e0a8

Browse files
committed
getting ready for 1.2.5
1 parent 3dfcddb commit 038e0a8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
This file details the changelog of Qiling Framework.
22

33
------------------------------------
4-
[Version 1.2.4]: May 27th, 2021
4+
[Version 1.2.4]: July 0th, 2021
5+
-
6+
7+
------------------------------------
8+
[Version 1.2.4]: June 15th, 2021
59

610
- Added custom engine extension
711
- Added more posix syscall

qiling/__version__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# NOTE: use "-dev" for dev branch
2-
__version__ = "1.2.4" + "-dev"
2+
#__version__ = "1.2.6" + "-dev"
3+
__version__ = "1.2.5"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
# How mature is this project? Common values are
4747
# 3 - Alpha
4848
# 5 - Production/Stable
49-
'Development Status :: 3 - Alpha',
49+
'Development Status :: 5 - Production/Stable'
50+
#'Development Status :: 3 - Alpha',
5051

5152
# Indicate who your project is intended for
5253
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)