Skip to content

Commit

Permalink
bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Sep 27, 2018
1 parent 29a26c4 commit eb46638
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,4 @@ $ shelvery ebs pull_shared_backups
2. Run the `deploy-sam-template.sh` script with the options to deploy the template in the target account.

- `-b` [required] source bucket to deploy the sam package to
- `-v` [optional] shelvery version to deploy, defaults to `0.7.0`
- `-v` [optional] shelvery version to deploy, defaults to `0.7.1`
2 changes: 1 addition & 1 deletion deploy-sam-template.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

SHELVERY_VERSION=0.7.0
SHELVERY_VERSION=0.7.1

while getopts ":b:v:a:" opt; do
case $opt in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

setup(name='shelvery', version='0.7.0', author='Base2Services R&D',
setup(name='shelvery', version='0.7.1', author='Base2Services R&D',
author_email='itsupport@base2services.com',
url='http://github.com/base2Services/shelvery-aws-backups',
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion shelvery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.7.0'
__version__ = '0.7.1'
LAMBDA_WAIT_ITERATION = 'lambda_wait_iteration'
S3_DATA_PREFIX = 'backups'
SHELVERY_DO_BACKUP_TAGS = ['True', 'true', '1', 'TRUE']

0 comments on commit eb46638

Please sign in to comment.