pyEscoAPI 0.0.29__tar.gz → 0.0.30__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyEscoAPI
3
- Version: 0.0.29
3
+ Version: 0.0.30
4
4
  Summary: Python client for Esco API (Esco bolsa)
5
5
  Author-email: Codetria <hola@codetria.com>
6
6
  License: MIT License
@@ -1929,7 +1929,7 @@ class EscoAPI:
1929
1929
  "tpCuenta": tp_cuenta,
1930
1930
  "moneda": moneda,
1931
1931
  "numCuenta": num_cuenta,
1932
- "fechaApertura": fecha_apertura,
1932
+ "fechaApertura": fecha_apertura.isoformat(timespec='milliseconds').replace('+00:00', 'Z'),
1933
1933
  "cbu": cbu,
1934
1934
  "numSucursal": num_sucursal,
1935
1935
  "alias": alias,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyEscoAPI
3
- Version: 0.0.29
3
+ Version: 0.0.30
4
4
  Summary: Python client for Esco API (Esco bolsa)
5
5
  Author-email: Codetria <hola@codetria.com>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = 'pyEscoAPI'
7
- version = "0.0.29"
7
+ version = "0.0.30"
8
8
  license = {text = "MIT License"}
9
9
  authors = [
10
10
  { name="Codetria", email="hola@codetria.com" },
File without changes
File without changes