Skip to content

Commit d09eef8

Browse files
committed
update changelog date
1 parent 839e45e commit d09eef8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ChangeLog

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

33
------------------------------------
4-
[Version 1.4.1]: Nov 15th, 2021
4+
[Version 1.4.1]: Dec 29th, 2021
55

66
New features:
77
- Introduced riscv, both 32 and 64 (#980)

qiling/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE: use "-dev" for dev branch
2-
__version__ = "1.4.1"
3-
#__version__ = "1.4.2" + "-dev"
2+
#__version__ = "1.4.1"
3+
__version__ = "1.4.2" + "-dev"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
# How mature is this project? Common values are
6969
# 3 - Alpha
7070
# 5 - Production/Stable
71-
'Development Status :: 5 - Production/Stable',
72-
#'Development Status :: 3 - Alpha',
71+
#'Development Status :: 5 - Production/Stable',
72+
'Development Status :: 3 - Alpha',
7373

7474
# Indicate who your project is intended for
7575
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)