Skip to content

Commit

Permalink
pydicts-0.16.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio authored Apr 13, 2024
1 parent 1f7aed5 commit 3be5715
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions jupyter/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.15.0"
__versiondatetime__= datetime(2024, 3, 24, 9, 25)
__version__="0.16.0"
__versiondatetime__= datetime(2024, 4, 13, 8, 26)
__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 @@ -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"
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-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 <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.15.0"
version = "0.16.0"
description = "Module to use dictionaries in various situations"
authors = ["turulomio <turulomio@yahoo.es>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 3be5715

Please sign in to comment.