Bump version and update news

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2021-04-20 20:23:13 -04:00
parent f5991ceaa3
commit 8e68e3d8b3
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
2.4.0
-----
- Add support for DataType, ValueType, Primitive, and Enumeration
- Model state is stored per model, restores where you left off
- Add support for Containment Relationship
- Focus already opened model when opening a model file
- Remove the New From Template option
- Upgrade toolbox to be compatible with GTK 4
- Add regression tests
- Fix build fails when GitHub Actions secrets are not available
2.3.2
_____
- Fix issue where ornaments were not show on associations

View File

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