From d9ede534e9d4bda61a43c3125cffe0d6f3e78c6e Mon Sep 17 00:00:00 2001 From: Alexandru Stanciu Date: Mon, 15 Aug 2022 17:38:49 +0300 Subject: [PATCH 1/2] Added as contributor --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 7c1183d2d..0d546e64f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,6 +9,7 @@ Contributors The following wonderful people contributed directly or indirectly to this project: +- Alexandru Stanciu - Andrew Bjonnes - Erik Wiffin - Josh Mandel From 74ac5d8e1ce2aed31701a61deca7457b71253b32 Mon Sep 17 00:00:00 2001 From: Alexandru Stanciu Date: Mon, 15 Aug 2022 17:43:27 +0300 Subject: [PATCH 2/2] Version bump --- .bumpversion.cfg | 3 +-- fhirclient/client.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ccc4b063..b6b233b52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,3 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.1.0 files = fhirclient/client.py - diff --git a/fhirclient/client.py b/fhirclient/client.py index d52af4529..1d36009a4 100644 --- a/fhirclient/client.py +++ b/fhirclient/client.py @@ -4,7 +4,7 @@ from server import FHIRServer, FHIRUnauthorizedException, FHIRNotFoundException -__version__ = '4.0.0' +__version__ = '4.1.0' __author__ = 'SMART Platforms Team' __license__ = 'APACHE2' __copyright__ = "Copyright 2017 Boston Children's Hospital"