Skip to content

Commit

Permalink
Version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Nov 23, 2022
1 parent fb14a4f commit 830a1d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.8.0-dev-{build}
version: 1.8.0-{build}

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

## Unreleased

## 1.8.0 - 2022-11-23

### Update notes

The project uses now a library to manage user directories on the different operating systems, the location was modified for Windows:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Dakara Project
Copyright (c) 2022 Dakara Project

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/dakara_player/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from pkg_resources import parse_version

__version__ = "1.8.0-dev"
__date__ = "2021-06-20"
__version__ = "1.8.0"
__date__ = "2022-11-23"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 830a1d1

Please sign in to comment.