Skip to content

Commit

Permalink
pydicts-0.13.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio authored Jan 26, 2024
1 parent 8f6b3b0 commit 3a3638c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ You can access documentation in [Pydicts Github page](https://turulomio.github.i

## CHANGELOG

### 0.13.0 (2024-01-26)
- Removed ccy dependency due to slow python release updates

### 0.12.0 (2024-01-16)
- Improved percentage logic
- Integrated ccy module for currencies listing
Expand Down
4 changes: 2 additions & 2 deletions pydicts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from datetime import datetime
__version__="0.12.0"
__versiondatetime__= datetime(2024, 1, 16, 19, 10)
__version__="0.13.0"
__versiondatetime__= datetime(2024, 1, 26, 5, 21)
__versiondate__=__versiondatetime__.date()
2 changes: 1 addition & 1 deletion pydicts/locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ msgid "Keys names are not correct in dictionary in lod_ymv_transposition functio
msgstr ""

msgid "I can't add a column with different size of lol"
msgstr ""
msgstr "No puedo añadir una columna con un tamaño diferente al lol"

msgid "I can't remove positions from a None list"
msgstr ""
Expand Down
Binary file modified pydicts/locale/es/LC_MESSAGES/pydicts.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion pydicts/locale/pydicts.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-16 19:16+0100\n"
"POT-Creation-Date: 2024-01-26 05:24+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydicts"
version = "0.12.0"
version = "0.13.0"
description = "Module to use dictionaries in various situations"
authors = ["turulomio <turulomio@yahoo.es>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 3a3638c

Please sign in to comment.