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
ac070d53
Commit
ac070d53
authored
5 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.1.0 → 0.1.1
parent
64b2a64f
No related branches found
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
+6
-5
6 additions, 5 deletions
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
8 additions
and
7 deletions
check_s3_bucket/__init__.py
+
1
−
1
View file @
ac070d53
...
@@ -22,7 +22,7 @@ except ImportError:
...
@@ -22,7 +22,7 @@ except ImportError:
print
(
"
Failed to import dateutil.
"
)
print
(
"
Failed to import dateutil.
"
)
exit
(
3
)
exit
(
3
)
__version__
=
"
0.1.
0
"
__version__
=
"
0.1.
1
"
def
get_file_list
(
bucket
):
def
get_file_list
(
bucket
):
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
6
−
5
View file @
ac070d53
[bumpversion]
current_version
=
0.1.1
commit
=
True
tag
=
True
[bdist_wheel]
[bdist_wheel]
universal
=
1
universal
=
1
...
@@ -5,11 +10,7 @@ universal = 1
...
@@ -5,11 +10,7 @@ universal = 1
exclude
=
.tox,*.egg,build,data
exclude
=
.tox,*.egg,build,data
select
=
E,W,F
select
=
E,W,F
[bumpversion]
current_version
=
0.1.0
commit
=
True
tag
=
True
[bumpversion:file:setup.py]
[bumpversion:file:setup.py]
[bumpversion:file:check_s3_bucket/__init__.py]
[bumpversion:file:check_s3_bucket/__init__.py]
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ac070d53
...
@@ -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.1.
0
"
,
version
=
"
0.1.
1
"
,
description
=
"""
Check that a filename matching the regex was added to the
description
=
"""
Check that a filename matching the regex was added to the
bucket in the given time window.
"""
,
bucket in the given time window.
"""
,
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