Bump version: 1.0.0 → 1.1.0

master
blallo 2019-09-04 15:17:07 +02:00
parent ce72d587e6
commit 1dd241d2c9
4 changed files with 5 additions and 5 deletions

View File

@ -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.0.0"
LABEL io.troubles.botz.version="1.1.0"
ENV DEBIAN_FRONTEND=noninteractive

View File

@ -4,4 +4,4 @@
__author__ = """Blallo"""
__email__ = "blallo@autistici.org"
__version__ = "1.0.0"
__version__ = "1.1.0"

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True
sign_tags = True
@ -23,4 +23,4 @@ universal = 0
exclude = docs
[aliases]
# Define setup.py command aliases here

View File

@ -28,7 +28,7 @@ import zipfile
GECKO_RELEASE_PATH = "https://github.com/mozilla/geckodriver"
PKG_NAME = "bot_z"
VERSION = "1.0.0"
VERSION = "1.1.0"
AUTHOR = "blallo"
AUTHOR_EMAIL = "blallo@autistici.org"
BIN_PATH = "bin/geckodriver"