We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 144042d + bbabab5 commit 36d1701Copy full SHA for 36d1701
docs/source/changelog.rst
@@ -4,5 +4,8 @@
4
Changelog
5
=========
6
7
+- :release:`1.1.0 <13th February 2023>`
8
+- :feature:`2` Bump fastapi from 0.90.1 to 0.91.0
9
+
10
- :release:`1.0.0 <9th February 2023>`
11
- :feature:`1` Initialize package
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "api.letsbuilda.dev"
3
description = "Public API for our projects"
-version = "1.0.0"
+version = "1.1.0"
authors = [
{ name = "Bradley Reynolds", email = "[email protected]" },
]
0 commit comments