Skip to content

Commit

Permalink
Bump package version to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rl committed Nov 23, 2024
1 parent 70081b3 commit ff3dce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.15

* Remove trailing '/' from base url when building resource location path

## 2.0.14

* Minor type fixes
Expand Down
2 changes: 1 addition & 1 deletion fhirpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .lib import AsyncFHIRClient, SyncFHIRClient

__title__ = "fhir-py"
__version__ = "2.0.14"
__version__ = "2.0.15"
__author__ = "beda.software"
__license__ = "None"
__copyright__ = "Copyright 2024 beda.software"
Expand Down

0 comments on commit ff3dce4

Please sign in to comment.