# v0.3.2

{% hint style="danger" %}
This version has been deprecated. If used with the current API version it can produce unexpected behaviour or errors.
{% endhint %}

{% hint style="danger" %}
The package shimoku-api-python is no longer maintained
{% endhint %}

{% hint style="info" %}
To get the new version :rocket:
{% endhint %}

```
pip install --upgrade shimoku-api-python
```

### Fixes <a href="#fixes" id="fixes"></a>

* Hotfix because the ‘footer’ was broken in the previous version v0.3.1

```python
data_ = [
    {
        "description": "",
        "title": "Estado",
        "value": "Abierto",
        "align": "center",
    },
    {
        "description": "",
        "title": "Price ($)",
        "value": "455",
        "color": "success",
    },
    {
        "description": "This is a description",
        "title": "Volumen",
        "value": "41153"
    },
    {
        "description": "",pyth
        "title": "Cambio €/$",
        "value": "1.1946",
    },
]

s.plt.indicator(
    data=data_,
    menu_path='test/indicator-test',
    row=1, column=1,
    value='value',
    header='title',
    footer='description',
    align='align',
    color='color'
)
```

With output

<br>

![](https://3782181538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUlHTfmIZY46Z1EDfyGMz%2Fuploads%2FAeDcOEbgsHOF3Lue4SmW%2Fimage.png?alt=media\&token=05ce1c95-4abf-4736-acdf-a190d7329a8e)
