Skip to content

Commit

Permalink
version bump to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerstner authored and patelia committed Apr 9, 2019
1 parent 7beab6c commit 563efc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -ex

BASE_DIR=$(pwd)
BUILD_ROOT=${BASE_DIR}/build/debbuild
VERSION=1.6
VERSION=1.7

echo 'Cleaning deb build workspace'
rm -rf ${BUILD_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion dist/amazon-efs-utils.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: amazon-efs-utils
Architecture: all
Version: 1.6
Version: 1.7
Section: utils
Depends: python|python2, nfs-common, stunnel4 (>= 4.56)
Priority: optional
Expand Down
2 changes: 1 addition & 1 deletion dist/amazon-efs-utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%endif

Name : amazon-efs-utils
Version : 1.6
Version : 1.7
Release : 1%{?dist}
Summary : This package provides utilities for simplifying the use of EFS file systems

Expand Down
2 changes: 1 addition & 1 deletion src/mount_efs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from urllib.error import URLError
from urllib.request import urlopen

VERSION = '1.6'
VERSION = '1.7'

CONFIG_FILE = '/etc/amazon/efs/efs-utils.conf'
CONFIG_SECTION = 'mount'
Expand Down
2 changes: 1 addition & 1 deletion src/watchdog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
except ImportError:
from configparser import ConfigParser

VERSION = '1.6'
VERSION = '1.7'

CONFIG_FILE = '/etc/amazon/efs/efs-utils.conf'
CONFIG_SECTION = 'mount-watchdog'
Expand Down

0 comments on commit 563efc2

Please sign in to comment.