Bump version and add news for version 2.0.1

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2020-08-27 21:02:34 -04:00
parent 8fde84d866
commit 61ef9e2537
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
2.0.1
-----
- Fix Gaphor fails to launch in macOS
- Use certificate to sign Windows binaries
- Fix copy/paste issue that causes association ends to be removed
- Improve editing for inline editors (popovers)
- Fix undo on diagram items corrupts the model
- Fix UML composite and shared association tools
2.0.0
-----
- Add initial support for SysML

View File

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