Bump version and update news
This commit is contained in:
parent
4ef6e80781
commit
f43099b895
6
NEWS
6
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"/>
|
||||
|
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user