Ver código fonte

Update changelog version 0.5.1

Arkadiusz Ryś 1 ano atrás
pai
commit
b0b87b2940
2 arquivos alterados com 7 adições e 2 exclusões
  1. 6 1
      HISTORY.rst
  2. 1 1
      spendpoint/__init__.py

+ 6 - 1
HISTORY.rst

@@ -2,7 +2,12 @@
 History
 =======
 
-0.4.0 (2023-10-11)
+0.5.1 (2023-10-11)
+------------------
+* Fix requirement conflict.
+* Fix incorrect version in history.
+
+0.5.0 (2023-10-11)
 ------------------
 * Cells now use a more transparent system.
 

+ 1 - 1
spendpoint/__init__.py

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