Browse Source

Update changelog version 0.0.1

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

+ 4 - 0
HISTORY.rst

@@ -2,6 +2,10 @@
 History
 History
 =======
 =======
 
 
+0.0.1 (2023-02-28)
+------------------
+* Release example.
+
 0.0.0 (yyyy-mm-dd)
 0.0.0 (yyyy-mm-dd)
 ------------------
 ------------------
 * No history yet.
 * No history yet.

+ 1 - 1
spendpoint/__init__.py

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