Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
check_s3_bucket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
check_s3_bucket
Commits
d40d3c27
Commit
d40d3c27
authored
5 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.2.0 → 0.2.1
parent
dcec7ce2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
check_s3_bucket/__init__.py
+1
-1
1 addition, 1 deletion
check_s3_bucket/__init__.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
check_s3_bucket/__init__.py
+
1
−
1
View file @
d40d3c27
...
@@ -22,7 +22,7 @@ except ImportError:
...
@@ -22,7 +22,7 @@ except ImportError:
print
(
"
Failed to import pytz.
"
)
print
(
"
Failed to import pytz.
"
)
exit
(
3
)
exit
(
3
)
__version__
=
"
0.2.
0
"
__version__
=
"
0.2.
1
"
NOW
=
datetime
.
datetime
.
now
(
pytz
.
utc
)
NOW
=
datetime
.
datetime
.
now
(
pytz
.
utc
)
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
d40d3c27
[bumpversion]
[bumpversion]
current_version
=
0.2.
0
current_version
=
0.2.
1
commit
=
True
commit
=
True
tag
=
True
tag
=
True
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d40d3c27
...
@@ -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.
0
"
,
version
=
"
0.2.
1
"
,
description
=
"""
Check that a file was added to an S3 bucket in the given time
description
=
"""
Check that a file was added to an S3 bucket in the given time
window and is of a reasonable size.
"""
,
window and is of a reasonable size.
"""
,
long_description
=
open
(
"
README.rst
"
,
"
r
"
).
read
(),
long_description
=
open
(
"
README.rst
"
,
"
r
"
).
read
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment