Skip to content

Commit a8ba957

Browse files
committed
add ajax refresh in multi-host-deployment
1 parent 0aeb10a commit a8ba957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpmbuild/SPECS/sshkm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sshkm
2-
Version: 0.1.11
2+
Version: 0.1.12
33
Release: 1%{?dist}
44
Summary: A Python/Django based ssh-key management tool
55
Group: Applications/System

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44
from setuptools.command.install import install
55

6-
version = '0.1.11'
6+
version = '0.1.12'
77

88
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
99
README = readme.read()

0 commit comments

Comments
 (0)