Browse Source

[Update] 更新版本

pull/2014/head
ibuler 6 years ago
parent
commit
6acda27d67
  1. 2
      apps/__init__.py
  2. 2
      apps/templates/_footer.html

2
apps/__init__.py

@ -2,4 +2,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
__version__ = "1.4.3" __version__ = "1.4.4"

2
apps/templates/_footer.html

@ -1,7 +1,7 @@
{% load i18n %} {% load i18n %}
<div class="footer fixed"> <div class="footer fixed">
<div class="pull-right"> <div class="pull-right">
Version <strong>1.4.3-{% include '_build.html' %}</strong> GPLv2. Version <strong>1.4.4-{% include '_build.html' %}</strong> GPLv2.
<!--<img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg">--> <!--<img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg">-->
</div> </div>
<div> <div>

Loading…
Cancel
Save