Bump version: 1.1.1 → 1.1.2
This commit is contained in:
parent
f05b9beb48
commit
4c548982bf
|
@ -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
|
||||
|
||||
|
|
2
Makefile
2
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
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
__author__ = """Blallo"""
|
||||
__email__ = "blallo@autistici.org"
|
||||
__version__ = "1.1.1"
|
||||
__version__ = "1.1.2"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.1.1
|
||||
current_version = 1.1.2
|
||||
commit = True
|
||||
tag = True
|
||||
sign_tags = True
|
||||
|
|
Loading…
Reference in New Issue
Block a user