Bump version and news

This commit is contained in:
Dan Yeaw 2021-10-03 14:52:30 -04:00
parent a308dda032
commit 05961ed20d
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841
4 changed files with 12 additions and 2 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
2.6.3
-----
- Fix about dialog logo
- Add translation of more elements
- Remove importlib_metadata dependency
- Simpler services for about dialog
- Up typing compliance to 3.9, and remove typing_extensions
- Finnish translation updates
2.6.2
-----
- Fix localization of UI files

View File

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

View File

@ -25,6 +25,7 @@
</p>
</description>
<releases>
<release version="2.6.3" date="2021-10-03"/>
<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"/>

View File

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