Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Jun 20, 2020
1 parent 81adea3 commit ab5dc0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
2.0.2
2.1.0
-----
- Fix issue where port could not be updated when reconnecting two items
- Documentation fixes
- BoundingBoxPainter now takes an Item painter as its argument
(composition over inheritance)

2.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "gaphas"
version = "2.0.2"
version = "2.1.0"
description="Gaphas is a GTK+ based diagramming widget"
authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",
Expand Down

0 comments on commit ab5dc0e

Please sign in to comment.