Skip to content
Snippets Groups Projects

Release v0.14.0

Merged Florian Spreckelsen requested to merge release-v0.14.0 into main
15 files
+ 297
65
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 6
0
from linkahead.utils.escape import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.escape`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
Loading