Skip to content

Commit 257d706

Browse files
authored
Bump version to 2.0
Signed-off-by: GitHub <[email protected]>
1 parent dc8c020 commit 257d706

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
- :release:`2.0.0 <23rd November 2024>`
5+
- :feature:`-` Switch to Litestar
6+
47
- :release:`1.8.1 <11th March 2023>`
58
- :feature:`28` CORS
69

src/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Public API for our projects."""
22

3-
__version__ = "1.8.1"
3+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)