diff --git a/curp/__about__.py b/curp/__about__.py index a695b7e..a7bf8bc 100644 --- a/curp/__about__.py +++ b/curp/__about__.py @@ -33,7 +33,7 @@ __summary__ = "Análisis y validación de la CURP Mexicana" __uri__ = "https://github.com/jacobszpz/CURPSuite" -__version__ = "2.6.1" +__version__ = "2.6.1-rc.1" __author__ = "Jacob Sánchez" __email__ = "jacobszpz@protonmail.com" diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c008630..53f8ecd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -3,6 +3,21 @@ Changelog ========= +CURP Suite 2.6.1 (2023-10-04) +----------------------------- + +Features +^^^^^^^^ + +- Soporte para pyproject.toml en lugar de setup.py o setup.cfg +- Dependencias actualizadas + +Bugfixes +^^^^^^^^ + +- Build de documentación corregida +- Ahora los tests tienen un timeout mayor + CURP Suite 2.6.0 (2021-11-19) ----------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index fd866b0..2c93228 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ unidecode==1.3.6 sphinx==7.2.3 alabaster==0.7.12 +recommonmark