From eb91626085c4a018772786a5a072c6b711877e44 Mon Sep 17 00:00:00 2001 From: Mariano Ruiz Date: Thu, 3 Feb 2022 21:03:31 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20=E2=86=92=203.0b2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New errors addressed. --- Dockerfile | 2 +- mongotail/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a74d3a7..78bf4f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ FROM python:3.10-slim MAINTAINER Mariano Ruiz -RUN pip install --no-cache-dir mongotail==3.0b1 +RUN pip install --no-cache-dir mongotail==3.0b2 ENTRYPOINT ["mongotail"] diff --git a/mongotail/__init__.py b/mongotail/__init__.py index 55a05f5..9e5906d 100644 --- a/mongotail/__init__.py +++ b/mongotail/__init__.py @@ -23,7 +23,7 @@ __author__ = 'Mariano Ruiz' -__version__ = '3.0b1' +__version__ = '3.0b2' __license__ = 'GPL-3' __url__ = 'https://github.com/mrsarm/mongotail' __doc__ = """Mongotail, Log all MongoDB queries in a "tail"able way."""