Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Dec 5, 2019
1 parent da2daf8 commit d740b00
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: 0.0.0-dev-{build}
version: 1.5.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.5.0 - 2019-12-05

### Added

- First version.
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 = 0.0.0-dev
version = 1.5.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__ = "1970-01-01"
__date__ = "2019-12-05"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d740b00

Please sign in to comment.