Bump version: 2.1.9 → 2.1.10
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_release Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline was successful
ci/woodpecker/pr/test_tox_amd64 Pipeline was successful
ci/woodpecker/pr/test_tox_arm64 Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-07-14 15:26:11 +02:00
parent 770ebefa39
commit f2230b4f20
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.9
current_version = 2.1.10
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.9
build_args: BUILD_VERSION=2.1.10
# 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.9
build_args: BUILD_VERSION=2.1.10

View file

@ -34,5 +34,5 @@ pipeline:
image: cr.44net.ch/baseimages/debian-base
pull: true
commands:
- bash get_release_notes.sh 2.1.9
- bash get_release_notes.sh 2.1.10
- cat RELEASENOTES.md

View file

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

View file

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

View file

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