From 3421328b8b6009190db054ec2b335f3085cbd47f Mon Sep 17 00:00:00 2001
From: TDKorn <96394652+TDKorn@users.noreply.github.com>
Date: Sat, 9 Dec 2023 22:04:18 -0500
Subject: [PATCH] Bump to `v2.1.4`
---
README.rst | 2 +-
magento/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index aa28cfd..3944aea 100644
--- a/README.rst
+++ b/README.rst
@@ -121,7 +121,7 @@
-.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.3/docs/source/_static/magento_orange.png
+.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.4/docs/source/_static/magento_orange.png
:alt: Logo for MyMagento: Python Magento 2 REST API Wrapper
:width: 15%
diff --git a/magento/__init__.py b/magento/__init__.py
index 635fa82..7bfff0e 100644
--- a/magento/__init__.py
+++ b/magento/__init__.py
@@ -5,7 +5,7 @@
from . import exceptions
import os
-__version__ = "2.1.3"
+__version__ = "2.1.4"
Client = clients.Client
logger = utils.MagentoLogger(