Start new release cycle

This commit is contained in:
Nikos Tsipinakis 2021-02-21 14:13:22 +02:00
parent 0cec75e45e
commit 5214a61e9f
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Dunst changelog
## Unreleased
### Added
### Changed
### Fixed
## 1.6.0 - 2021-02-21:
### Added

View File

@ -3,7 +3,7 @@
include config.mk
VERSION := "1.5.0 (2021-02-21)"
VERSION := "1.5.0-non-git"
ifneq ($(wildcard ./.git/),)
VERSION := $(shell ${GIT} describe --tags)
endif