Start new release cycle

This commit is contained in:
Nikos Tsipinakis 2020-07-23 13:41:04 +03:00
parent 52d67616f1
commit 8c07ffb173
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Dunst changelog
## Unreleased
### Added
### Changed
### Fixed
## 1.5.0 - 2020-07-23
### Added

View File

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