ソースを参照

Update changelog version 0.0.2

Arkadiusz Ryś 2 年 前
コミット
fc7161f188
2 ファイル変更5 行追加1 行削除
  1. 4 0
      HISTORY.rst
  2. 1 1
      ontopoint/__init__.py

+ 4 - 0
HISTORY.rst

@@ -2,6 +2,10 @@
 History
 =======
 
+0.0.2 (2023-01-13)
+------------------
+* Add release engineering.
+
 0.0.0 (yyyy-mm-dd)
 ------------------
 * No history yet.

+ 1 - 1
ontopoint/__init__.py

@@ -1,3 +1,3 @@
 """."""
-__version__ = "0.0.1"
+__version__ = "0.0.2"
 __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))