Compare commits

...

2 Commits
v4.9 ... v4.0.0

Author SHA1 Message Date
Bai
6e7c11d6c0 perf: update release to latest 2024-07-11 15:56:55 +08:00
fit2bot
d9cd820b04 feat: Update v4.0.0 2024-07-03 19:21:23 +08:00
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -45,3 +45,4 @@ test.py
.history/
.test/
*.mo

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
02fc045370b39a2d14561ea978d465e162a53119

View File

@@ -8,7 +8,7 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '2.0.0'
VERSION = 'v4.0.0'
CONFIG = ConfigManager.load_user_config()

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "jumpserver"
version = "v4.0"
version = "v4.0.0"
description = "广受欢迎的开源堡垒机"
authors = ["ibuler <ibuler@qq.com>"]
license = "GPLv3"