Skip to content

Commit

Permalink
Bumps to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Oct 4, 2021
1 parent 5392b0f commit 92b0b20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
.PHONY: all test publish install clean check build-docker publish-docker latest

VERSION ?= 1.1.0
VERSION ?= 1.2.0
CACHE ?= --no-cache=1
FULLVERSION ?= 1.1.0
archs ?= amd64 i386 arm64v8 arm32v6
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -112,6 +112,8 @@ Preface

This API is completely optional. You don't have to implement this. It will only help you to avoid useless Google calls

Thanks to Brian Doherty, a local snapshot is now made to avoid external deduplication calls on local updated files.

You can use your own API implementation to avoid multiple Youtube Music uploads.
This API should match with the following requirements.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/

FROM builder

ARG VERSION=1.1.0
ARG VERSION=1.2.0

LABEL maintainer="Jay MOULIN <https://jaymoulin.me/me/youtube-music-uploader/> <https://twitter.com/MoulinJay>"
LABEL version=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion youtube_music_uploader/__init__.py
Expand Up @@ -3,4 +3,4 @@
"""

__all__ = ['uploader_daemon', '__version__']
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 92b0b20

Please sign in to comment.