From 28a1f44718b03a13e10d04a70b58be83b6149ba0 Mon Sep 17 00:00:00 2001 From: philnagel Date: Mon, 14 Aug 2023 12:03:31 -0500 Subject: [PATCH] chore: bump version --- restapi/_strings.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/restapi/_strings.py b/restapi/_strings.py index 036c514..7b6718b 100644 --- a/restapi/_strings.py +++ b/restapi/_strings.py @@ -425,7 +425,7 @@ BASE_PATTERN = 'http*://*/rest/services*' PORTAL_BASE_PATTERN = 'http*://*/sharing/rest*' PORTAL_SERVICES_PATTERN = 'http*://*/sharing/servers/*/rest/services/*' -VERSION = '2.3.11' +VERSION = '2.3.12' PACKAGE_NAME = 'restapi' USER_AGENT = '{}/{} (Python)'.format(PACKAGE_NAME, VERSION) GET = 'GET' diff --git a/setup.py b/setup.py index ea2ce6c..1c69673 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name = 'bmi-arcgis-restapi' setup(name=name, - version='2.3.11', + version='2.3.12', description='Package for working with ArcGIS REST API', author='Caleb Mackey', author_email='calebma@bolton-menk.com',