Bump version and update news

This commit is contained in:
Dan Yeaw 2021-10-01 21:31:21 -04:00
parent 4ef6e80781
commit f43099b895
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841
4 changed files with 9 additions and 2 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
2.6.2
-----
- Fix localization of UI files
- Fix icons in dark mode
- Update Spanish, Finnish, Hugarian, and Portugues (Br) translations
2.6.1
-----
- Display guard conditions in square brackets

View File

@ -6,7 +6,7 @@
ID := Gaphor-x86_64
# Do not change version by hand!
VERSION := 2.6.1
VERSION := 2.6.2
BUILD := build
DIST := dist

View File

@ -25,6 +25,7 @@
</p>
</description>
<releases>
<release version="2.6.2" date="2021-10-01"/>
<release version="2.6.1" date="2021-09-25"/>
<release version="2.6.0" date="2021-09-13"/>
<release version="2.5.1" date="2021-07-04"/>

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "gaphor"
version = "2.6.1"
version = "2.6.2"
description = "Gaphor is the simple modeling tool written in Python."
authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",