Skip to content
Snippets Groups Projects
Commit 59265e90 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.2.4 → 0.2.5

parent 3e32f699
No related branches found
No related tags found
No related merge requests found
Pipeline #419 passed
FROM python:3.7-alpine3.9 FROM python:3.7-alpine3.9
RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.4 RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.5
ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ] ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ]
...@@ -23,7 +23,7 @@ except ImportError: ...@@ -23,7 +23,7 @@ except ImportError:
print("Failed to import pytz.") print("Failed to import pytz.")
sys.exit(3) sys.exit(3)
__version__ = "0.2.4" __version__ = "0.2.5"
NOW = datetime.datetime.now(pytz.utc) NOW = datetime.datetime.now(pytz.utc)
......
[bumpversion] [bumpversion]
current_version = 0.2.4 current_version = 0.2.5
commit = True commit = True
tag = True tag = True
......
...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name="check_s3_bucket", name="check_s3_bucket",
version="0.2.4", version="0.2.5",
description="""Check that a file was added to an S3 bucket in the given description="""Check that a file was added to an S3 bucket in the given
time window and is of a reasonable size.""", time window and is of a reasonable size.""",
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment