mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-28 19:34:53 +00:00
Compare commits
25 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6e7c11d6c0 | ||
|
d9cd820b04 | ||
|
02fc045370 | ||
|
e4ac73896f | ||
|
1518f792d6 | ||
|
67277dd622 | ||
|
82e7f020ea | ||
|
f20b9e01ab | ||
|
8cf8a3701b | ||
|
7ba24293d1 | ||
|
f10114c9ed | ||
|
cf31cbfb07 | ||
|
0edad24d5d | ||
|
1f1c1a9157 | ||
|
6c9d271ae1 | ||
|
6ff852e225 | ||
|
baa75dc735 | ||
|
8a9f0436b8 | ||
|
a9620a3cbe | ||
|
769e7dc8a0 | ||
|
2a70449411 | ||
|
8df720f19e | ||
|
dabbb45f6e | ||
|
ce24c1c3fd | ||
|
3c54c82ce9 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ test.py
|
||||
.history/
|
||||
.test/
|
||||
*.mo
|
||||
|
||||
|
@ -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()
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "jumpserver"
|
||||
version = "v4.0"
|
||||
version = "v4.0.0"
|
||||
description = "广受欢迎的开源堡垒机"
|
||||
authors = ["ibuler <ibuler@qq.com>"]
|
||||
license = "GPLv3"
|
||||
|
Loading…
Reference in New Issue
Block a user