From 3be5715f22e17e078e1af12b0c9c74e8c7352619 Mon Sep 17 00:00:00 2001 From: turulomio Date: Sat, 13 Apr 2024 08:31:35 +0200 Subject: [PATCH] pydicts-0.16.0 (#82) --- jupyter/changelog.md | 7 +++++-- pydicts/__init__.py | 4 ++-- pydicts/locale/es.po | 2 +- pydicts/locale/es/LC_MESSAGES/pydicts.mo | Bin 1738 -> 1917 bytes pydicts/locale/pydicts.pot | 2 +- pyproject.toml | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/jupyter/changelog.md b/jupyter/changelog.md index ee98a0c..dd1f120 100644 --- a/jupyter/changelog.md +++ b/jupyter/changelog.md @@ -13,11 +13,14 @@ kernelspec: --- # CHANGELOG -## 0.15.0 (2023-3-24) +## 0.16.0 (2024-04-13) +- Added is_email method in casts + +## 0.15.0 (2024-03-24) - Added dod_print, lol_order_by, lod_add_row methods. - Added automatic documentation to the whole project. -## 0.14.0 (2023-03-21) +## 0.14.0 (2024-03-21) - Add method lod_remove_duplicates - Python>=3.9 is now required - Github project pages is now updated with Github Actions diff --git a/pydicts/__init__.py b/pydicts/__init__.py index 7bd82e5..5a67286 100644 --- a/pydicts/__init__.py +++ b/pydicts/__init__.py @@ -1,4 +1,4 @@ from datetime import datetime -__version__="0.15.0" -__versiondatetime__= datetime(2024, 3, 24, 9, 25) +__version__="0.16.0" +__versiondatetime__= datetime(2024, 4, 13, 8, 26) __versiondate__=__versiondatetime__.date() diff --git a/pydicts/locale/es.po b/pydicts/locale/es.po index 991538b..6bf0f3a 100644 --- a/pydicts/locale/es.po +++ b/pydicts/locale/es.po @@ -35,7 +35,7 @@ msgid "Keys names are not correct in dictionary in lod_year_month_value_transpos msgstr "Los nombres de las llaves no son correctar en el diccionario de la función lod_year_month_value_transposition" msgid "Keys names are not correct in dictionary in lod_ymv_transposition function" -msgstr "" +msgstr "El nombre de las llaves no es correcto en el diccionario lod_ymv_transposition_function" msgid "I can't add a column with different size of lol" msgstr "No puedo añadir una columna con un tamaño diferente al lol" diff --git a/pydicts/locale/es/LC_MESSAGES/pydicts.mo b/pydicts/locale/es/LC_MESSAGES/pydicts.mo index 67e8f19cb75591aef788a2ceb0942b89d947e019..8ab4561e567d7a10c5d1e74fc254dcb74240519b 100644 GIT binary patch delta 403 zcmXBQze~eF7{>88Y1;a$6@^ZAI0XlxR$B)VT@+kg6&yoMQwUxXNoqt9x(Lo9&h8F6 zRQwB^9K}%tcX4)6{GPt>GuXme+`$Dr z!8yFaU3|eUY}g{>c!W(nN3-t%r|=b5@C(}_eQ6g&G@ApQr}6CkD@Bnt?wh!T`xxUj znt|1lNDaHVjHlSZdo&;NjvM%ctGHekVT?KUub3~6Tzr(HGTeD3K;Q=%SBZTwn`NIKwLz(2j|C z*hYOmz&dVmh-d8K6PHQ?NgE;^Hp2Md3yzr|*vDc*WQ9IfFv0=eu#L+6KitC!^Atz8 iGxwjGlV+uppRrLdVFd97o diff --git a/pydicts/locale/pydicts.pot b/pydicts/locale/pydicts.pot index e6127d4..6f301cf 100644 --- a/pydicts/locale/pydicts.pot +++ b/pydicts/locale/pydicts.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-24 09:37+0100\n" +"POT-Creation-Date: 2024-04-13 08:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pyproject.toml b/pyproject.toml index 6147fb4..a653182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydicts" -version = "0.15.0" +version = "0.16.0" description = "Module to use dictionaries in various situations" authors = ["turulomio "] license = "GPL-3.0"