Bump version: 2.1.8 → 2.1.9
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline was successful
ci/woodpecker/pr/test_release Pipeline failed

This commit is contained in:
Ivan Schaller 2022-06-26 15:54:09 +02:00
parent cf6a34f4de
commit a101008074
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.8
current_version = 2.1.9
commit = True
tag = False
serialize = {major}.{minor}.{patch}

View file

@ -30,7 +30,7 @@ pipeline:
dockerfile: docker/Dockerfile.amd64
auto_tag: true
auto_tag_suffix: linux-amd64-test
build_args: BUILD_VERSION=2.1.8
build_args: BUILD_VERSION=2.1.9
# build docker image for arm64
test-build-arm64:
@ -46,4 +46,4 @@ pipeline:
dockerfile: docker/Dockerfile.arm64
auto_tag: true
auto_tag_suffix: linux-arm64-test
build_args: BUILD_VERSION=2.1.8
build_args: BUILD_VERSION=2.1.9

View file

@ -34,7 +34,7 @@ pipeline:
image: cr.44net.ch/baseimages/debian-base
pull: true
commands:
- bash get_release_notes.sh 2.1.8
- bash get_release_notes.sh 2.1.9
- cat RELEASENOTES.md
# test code with different python versions - amd64

View file

@ -1,6 +1,6 @@
from mangadlp.input import main
MDLP_VERSION = "2.1.8"
MDLP_VERSION = "2.1.9"
if __name__ == "__main__":
main()

View file

@ -5,7 +5,7 @@ from pathlib import Path
import mangadlp.app as app
MDLP_VERSION = "2.1.8"
MDLP_VERSION = "2.1.9"
def check_args(args):

View file

@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
version = "2.1.8"
version = "2.1.9"
name = "manga-dlp"
description = "A cli manga downloader"
readme = "README.md"