Skip to content

Commit cf7bab2

Browse files
authored
Merge pull request #125 from ducu/master
Release version 4.1.0
2 parents 45cb34a + 74ac5d8 commit cf7bab2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[bumpversion]
2-
current_version = 4.0.0
2+
current_version = 4.1.0
33
files = fhirclient/client.py
4-

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Contributors
99

1010
The following wonderful people contributed directly or indirectly to this project:
1111

12+
- Alexandru Stanciu <https://github.com/ducu>
1213
- Andrew Bjonnes <https://github.com/abjonnes>
1314
- Erik Wiffin <https://github.com/erikwiffin>
1415
- Josh Mandel <https://github.com/jmandel>

fhirclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from server import FHIRServer, FHIRUnauthorizedException, FHIRNotFoundException
66

7-
__version__ = '4.0.0'
7+
__version__ = '4.1.0'
88
__author__ = 'SMART Platforms Team'
99
__license__ = 'APACHE2'
1010
__copyright__ = "Copyright 2017 Boston Children's Hospital"

0 commit comments

Comments
 (0)