File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11import logging
22from .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"
You can’t perform that action at this time.
0 commit comments