Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exesse committed Jul 14, 2021
1 parent ec94fc5 commit 1aec1e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ venv/
.venv/
.pytype/
.idea/
mongodump_s3/__pycache__/
dev.*
dist/
mongodump_s3/__pycache__/
mongodump_s3.egg-info/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
mongo-tools=3.6.3-0ubuntu1\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN python3 -m pip install mongodump-s3==1.1.1
RUN python3 -m pip install mongodump-s3==1.1.2

ENTRYPOINT ["mongodump-s3"]
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="mongodump-s3",
version="1.1.1",
version="1.1.2",
description="Backup utility for MongoDB. "
"Compatible with Azure, Amazon Web Services and Google Cloud Platform.",
long_description=README,
Expand Down

0 comments on commit 1aec1e2

Please sign in to comment.