Skip to content

Commit a6b2d38

Browse files
committed
🔖 Release version 0.0.4
1 parent fa933ab commit a6b2d38

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.4
6+
57
### Fixes
68

79
* 👷 Switch to dynamic versioning with `pdm` build system. PR [#19](https://github.com/fastapi/annotated-doc/pull/19) by [@svlandeg](https://github.com/svlandeg).

src/annotated_doc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .main import Doc as Doc
22

3-
__version__ = "0.0.3"
3+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)