Fix - Issue #9

This commit is contained in:
El Mau 2022-03-26 16:07:22 -06:00
parent 668e23353b
commit 269f9adc75
5 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,13 @@
v 0.10.1 [26-mar-2022]
- Fix - issue #9
v 0.10.0 [19-mar-2022]
- Add french translation
v 0.9.0 [04-feb-2022]
- Fix - Add minimal version required, issue #5
- Fix - Corrections to english messages, issue #6
- Fix - Update and complete spanish translation, thanks to me, :)
- Fix - Update and complete Spanish translation, thanks to me, :)
v 0.8.0 [13-jun-2021]
- Update easymacro.py
@ -25,7 +31,7 @@ v 0.3.0 [12-nov-2019]
- Test install numpy
v 0.2.0 [18-oct-2019]
- Add spanish
- Add Spanish translation
v 0.1.0 [18-oct-2019]
- Initial version

View File

@ -1 +1 @@
0.10.0
0.10.1

View File

@ -26,7 +26,7 @@ import logging
TYPE_EXTENSION = 1
# ~ https://semver.org/
VERSION = '0.10.0'
VERSION = '0.10.1'
# ~ Your great extension name, not used spaces
NAME = 'ZAZPip'

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:l="http://libreoffice.org/extensions/description/2011">
<identifier value="net.elmau.zaz.pip"/>
<version value="0.10.0"/>
<version value="0.10.1"/>
<dependencies>
<l:LibreOffice-minimal-version value="7.0"/>
</dependencies>