Skip to content

Commit

Permalink
🔖 Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsirsaif committed Dec 20, 2024
1 parent 8510656 commit f4f67ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Better APIs for Frappe!

⚠️ **Alert: Beta Version**
This project is currently in beta. Expect changes and improvements as we work towards a stable release.

## Why?

The goal is to build a better API framework for Frappe.
Expand Down
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Better APIs for Frappe!

⚠️ **Alert: Beta Version**
This project is currently in beta. Expect changes and improvements as we work towards a stable release.

## Why?

The goal is to build a better API framework for Frappe.
Expand Down
2 changes: 1 addition & 1 deletion frappeapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.3"

from fastapi.datastructures import UploadFile # noqa: F401
from fastapi.params import (
Expand Down

0 comments on commit f4f67ac

Please sign in to comment.