Skip to content

Commit

Permalink
Modified: >v1.0.6(#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
signebedi committed Jul 1, 2024
1 parent 6d6588a commit 7ccb9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Headers are special fields in the YAML configuration used to group related field
- description: A brief description or subtitle for the header, providing additional context or information about the section.
#### Complex Input Types
##### Complex Input Types
In addition to the basic input types described above, the form configuration supports complex input types that provide additional functionality and control over form behavior. These are generally intended to address specific use cases common in form softwares.
Expand Down
2 changes: 1 addition & 1 deletion libreforms_fastapi/__metadata__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
__name__ = "libreforms_fastapi"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
Expand Down
2 changes: 1 addition & 1 deletion libreforms_fastapi/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_docs(




def write_docs(docs_path, content, scrub_unsafe=False):
"""
Writes content to a document at docs_path, backing up the original if it exists.
Expand Down

0 comments on commit 7ccb9f6

Please sign in to comment.