Bump version and news
This commit is contained in:
parent
a308dda032
commit
05961ed20d
9
NEWS
9
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"/>
|
||||
|
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user