Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Sep 5, 2020
1 parent cf66796 commit 78090d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.6.0-dev-{build}
version: 1.6.0-{build}

build: false

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

## Unreleased

## 1.6.0 - 2020-09-05

- Detect instrumental tracks.

## 1.5.1 - 2019-12-06
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dakarafeeder
version = 1.6.0-dev
version = 1.6.0
author = Flore <[email protected]>, Neraste <[email protected]>
description = External database feeder for the Dakara Project
long_description = file: README.md, LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/dakara_feeder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import importlib_metadata

__version__ = importlib_metadata.version("dakarafeeder")
__date__ = "2019-12-06"
__date__ = "2020-09-05"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 78090d6

Please sign in to comment.