File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44 Changelog
55=========
66
7+ - :release: `1.3.0 <20th February 2023> `
8+ - :feature: `8 ` Load version dynamically
9+
710- :release: `1.2.0 <20th February 2023> `
811- :feature: `5 ` Add Sentry.io
912
Original file line number Diff line number Diff line change 11[project ]
22name = " api.letsbuilda.dev"
33description = " Public API for our projects"
4- version = " 1.2.0"
54authors = [
65 {
name =
" Bradley Reynolds" ,
email =
" [email protected] " },
76]
@@ -14,6 +13,7 @@ dependencies = [
1413 " imsosorry==1.2.0" ,
1514 " sentry-sdk[fastapi]==1.15.0" ,
1615]
16+ dynamic = [" version" ]
1717
1818[project .urls ]
1919repository = " https://github.com/letsbuilda/api.letsbuilda.dev/"
Original file line number Diff line number Diff line change 11"""Public API for our projects"""
22
3- __version__ = "1.2 .0"
3+ __version__ = "1.3 .0"
You can’t perform that action at this time.
0 commit comments