Bump version: 1.1.2 → 1.1.3
This commit is contained in:
parent
c0e0b0da82
commit
baa70bd05f
|
@ -6,8 +6,8 @@ FROM python:3.7-buster
|
||||||
|
|
||||||
LABEL author="Blallo"
|
LABEL author="Blallo"
|
||||||
LABEL email="blallo@autistici.org"
|
LABEL email="blallo@autistici.org"
|
||||||
LABEL io.troubles.botz.release-date="2019-09-04"
|
LABEL io.troubles.botz.release-date="2019-09-25"
|
||||||
LABEL io.troubles.botz.version="1.1.2"
|
LABEL io.troubles.botz.version="1.1.3"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
.PHONY: clean clean-test clean-pyc clean-build
|
.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
|
clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
__author__ = """Blallo"""
|
__author__ = """Blallo"""
|
||||||
__email__ = "blallo@autistici.org"
|
__email__ = "blallo@autistici.org"
|
||||||
__version__ = "1.1.2"
|
__version__ = "1.1.3"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.2
|
current_version = 1.1.3
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
sign_tags = True
|
sign_tags = True
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ import zipfile
|
||||||
|
|
||||||
GECKO_RELEASE_PATH = "https://github.com/mozilla/geckodriver"
|
GECKO_RELEASE_PATH = "https://github.com/mozilla/geckodriver"
|
||||||
PKG_NAME = "bot_z"
|
PKG_NAME = "bot_z"
|
||||||
VERSION = "1.1.2"
|
VERSION = "1.1.3"
|
||||||
AUTHOR = "blallo"
|
AUTHOR = "blallo"
|
||||||
AUTHOR_EMAIL = "blallo@autistici.org"
|
AUTHOR_EMAIL = "blallo@autistici.org"
|
||||||
BIN_PATH = "bin/geckodriver"
|
BIN_PATH = "bin/geckodriver"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user