소스 검색

Update changelog version 0.2.0

Arkadiusz Ryś 2 년 전
부모
커밋
9fda82271d
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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(".")))