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.
1 parent 02e0f7a commit b7e383cCopy full SHA for b7e383c
HISTORY.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-0.1.0b5 (unreleased)
+0.1.0b5 (2024-07-28)
6
--------------------
7
8
- Fixes the function that is checking is_primitive, as missing bytes and bytesarray are added.
setup.py
@@ -100,7 +100,7 @@
100
"dev": (test_requirements + development_requirements),
101
},
102
url="https://github.com/nazrulworld/fhir-core",
103
- version="0.1.0b5.dev0",
+ version="0.1.0b5",
104
zip_safe=False,
105
python_requires=">=3.8",
106
project_urls={
0 commit comments