changelog + push version
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/build_docker Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-05-29 20:43:58 +02:00
parent f94c11b933
commit c52099220f
6 changed files with 16 additions and 5 deletions

View file

@ -9,6 +9,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Add support for more sites
## [2.1.4] - 2022-05-29
### Fixed
- Docker container now works again
- Fixed cron in docker container
### Changed
- Docker container scheduling is now more practical
## [2.1.3] - 2022-05-29
### Fixed

View file

@ -7,7 +7,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Ivan Schaller"
# manga-dlp version
ENV MDLP_VERSION=2.1.3
ENV MDLP_VERSION=2.1.4
# install packages
RUN \

View file

@ -7,7 +7,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Ivan Schaller"
# manga-dlp version
ENV MDLP_VERSION=2.1.3
ENV MDLP_VERSION=2.1.4
# install packages
RUN \

View file

@ -3,7 +3,7 @@ import sys
from mangadlp.input import get_args
mangadlp_version = "2.1.3"
mangadlp_version = "2.1.4"
def get_input():

View file

@ -4,7 +4,7 @@ from pathlib import Path
import mangadlp.app as app
mangadlp_version = "2.1.3"
mangadlp_version = "2.1.4"
def check_args(args):

View file

@ -7,7 +7,7 @@ long_description = readme.read_text()
setuptools.setup(
name="manga-dlp",
version="2.1.3",
version="2.1.4",
author="Ivan Schaller",
author_email="ivan@schaller.sh",
description="A cli manga downloader",