Browse Source

Update changelog version 0.2.0

Arkadiusz Ryś 2 years ago
parent
commit
9fda82271d
2 changed files with 6 additions and 1 deletions
  1. 5 0
      HISTORY.rst
  2. 1 1
      graph_exploring_tool/__init__.py

+ 5 - 0
HISTORY.rst

@@ -2,6 +2,11 @@
 History
 =======
 
+0.2.0 (2023-07-18)
+------------------
+* Improve default palette templates.
+* Add invalid query status text.
+
 0.1.0 (2023-05-05)
 ------------------
 * Release bundled windows exe.

+ 1 - 1
graph_exploring_tool/__init__.py

@@ -1,3 +1,3 @@
 """Graph Exploring Tool."""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
 __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))