push ver + changelog
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Ivan Schaller 2022-05-11 18:08:22 +02:00
parent ce67407bf4
commit 030216cc33
4 changed files with 10 additions and 3 deletions

View file

@ -9,6 +9,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Add support for more sites
## [2.0.6] - 2022-05-11
### Fixed
- Filenames on windows (ntfs). Removed double quote from file and folder names
## [2.0.5] - 2022-05-11
### Fixed

View file

@ -7,7 +7,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Ivan Schaller"
# manga-dlp version
ARG MDLP_VERSION=2.0.5
ARG MDLP_VERSION=2.0.6
# 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
ARG MDLP_VERSION=2.0.5
ARG MDLP_VERSION=2.0.6
# install packages
RUN \

View file

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