Skip to content

Commit 4e7784a

Browse files
committed
Bump version
1 parent 251c597 commit 4e7784a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "SMART on FHIR Python Client"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.3.1
41+
PROJECT_NUMBER = 4.3.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

fhirclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
from .server import FHIRServer, FHIRUnauthorizedException, FHIRNotFoundException
33

4-
__version__ = '4.3.1'
4+
__version__ = '4.3.2' # Update docs/Doxyfile too when you bump this
55
__author__ = 'SMART Platforms Team'
66
__license__ = 'APACHE2'
77
__copyright__ = "Copyright 2017 Boston Children's Hospital"

0 commit comments

Comments
 (0)