Skip to content

Commit

Permalink
Bump to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Jul 23, 2023
1 parent e6f1f77 commit 0a0a321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<div align="center">

.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.1/docs/source/_static/magento_orange.png
.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.2/docs/source/_static/magento_orange.png
:alt: Logo for MyMagento: Python Magento 2 REST API Wrapper
:width: 15%

Expand Down
2 changes: 1 addition & 1 deletion magento/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import exceptions
import os

__version__ = "2.1.1"
__version__ = "2.1.2"

Client = clients.Client
logger = utils.MagentoLogger(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


LONG_DESCRIPTION_SRC = 'README_PyPi.rst'
LONG_DESCRIPTION_SRC = 'README.rst'


def read(file):
Expand Down

0 comments on commit 0a0a321

Please sign in to comment.