From 4c548982bf0a77a6d2b0bc89aa9f61f27783eb2c Mon Sep 17 00:00:00 2001 From: blallo Date: Thu, 5 Sep 2019 19:56:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- Makefile | 2 +- bot_z/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b36269..930abdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ 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.1" +LABEL io.troubles.botz.version="1.1.2" ENV DEBIAN_FRONTEND=noninteractive diff --git a/Makefile b/Makefile index 039afe4..4a9afa1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: clean clean-test clean-pyc clean-build -VERSION = 1.1.1 +VERSION = 1.1.2 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 4f96acd..88a7bab 100644 --- a/bot_z/__init__.py +++ b/bot_z/__init__.py @@ -4,4 +4,4 @@ __author__ = """Blallo""" __email__ = "blallo@autistici.org" -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/setup.cfg b/setup.cfg index 68a4610..8c81f5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 42bbee9..5457e16 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.1" +VERSION = "1.1.2" AUTHOR = "blallo" AUTHOR_EMAIL = "blallo@autistici.org" BIN_PATH = "bin/geckodriver"