diff --git a/NEWS b/NEWS index 3b28a22e0..b655377b9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 1.2.0 ----- -- Gaphor supports multiple windows +- Improved support for Sequence Diagrams +- Support multiple windows - Proper file icons on Mac and Linux - No longer a console on Windows - Support i18n diff --git a/pyproject.toml b/pyproject.toml index 9e79f3c5b..c442ae903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gaphor" -version = "1.2.0rc2" +version = "1.2.0" description = "Gaphor is the simple modeling tool written in Python." authors = [ "Arjan J. Molenaar ",