Skip to content

Commit

Permalink
adds html to query formats
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed May 3, 2024
1 parent 8fa7982 commit 21c2aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lodstorage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.3"
__version__ = "0.10.4"
1 change: 1 addition & 0 deletions lodstorage/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Format(Enum):

csv = "csv"
json = "json"
html = "html"
xml = "xml"
tsv = "tsv"
latex = "latex"
Expand Down
2 changes: 1 addition & 1 deletion lodstorage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class Version(object):
name = "pylodstorage"
version = lodstorage.__version__
date = "2020-09-10"
updated = "2024-03-29"
updated = "2024-05-03"
description = "python List of Dict (Table) Storage library"

0 comments on commit 21c2aff

Please sign in to comment.