From baa70bd05f578762105a963b1e65f12c52cb45c6 Mon Sep 17 00:00:00 2001 From: blallo Date: Wed, 25 Sep 2019 18:09:01 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.2=20=E2=86=92=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- Makefile | 2 +- bot_z/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 930abdf..c731978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ FROM python:3.7-buster LABEL author="Blallo" LABEL email="blallo@autistici.org" -LABEL io.troubles.botz.release-date="2019-09-04" -LABEL io.troubles.botz.version="1.1.2" +LABEL io.troubles.botz.release-date="2019-09-25" +LABEL io.troubles.botz.version="1.1.3" ENV DEBIAN_FRONTEND=noninteractive diff --git a/Makefile b/Makefile index 4a9afa1..74e7e1e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: clean clean-test clean-pyc clean-build -VERSION = 1.1.2 +VERSION = 1.1.3 clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts diff --git a/bot_z/__init__.py b/bot_z/__init__.py index 88a7bab..38524dc 100644 --- a/bot_z/__init__.py +++ b/bot_z/__init__.py @@ -4,4 +4,4 @@ __author__ = """Blallo""" __email__ = "blallo@autistici.org" -__version__ = "1.1.2" +__version__ = "1.1.3" diff --git a/setup.cfg b/setup.cfg index 8c81f5e..3f489a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 5457e16..0cbd4a3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ import zipfile GECKO_RELEASE_PATH = "https://github.com/mozilla/geckodriver" PKG_NAME = "bot_z" -VERSION = "1.1.2" +VERSION = "1.1.3" AUTHOR = "blallo" AUTHOR_EMAIL = "blallo@autistici.org" BIN_PATH = "bin/geckodriver"