Skip to content

Commit a841f93

Browse files
committed
Update cacert
1 parent 54d3c94 commit a841f93

File tree

4 files changed

+240
-287
lines changed

4 files changed

+240
-287
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<a href="https://docs.afipsdk.com"><strong>Explorar documentación »</strong></a>
2121
<br />
2222
<br />
23+
<a href="https://discord.gg/A6TuHEyAZm"><strong>Comunidad Afip SDK</strong></a>
24+
<br />
25+
<br />
2326
<a href="https://github.com/afipsdk/afip.py/issues">Reportar un bug</a>
2427
</p>
2528
</p>
@@ -29,6 +32,11 @@
2932
## Documentación
3033
[Explorar documentación](https://docs.afipsdk.com)
3134

35+
<!-- COMUNITY -->
36+
## Comunidad
37+
[Comunidad Afip SDK](https://discord.gg/A6TuHEyAZm)
38+
39+
3240
<!-- ABOUT THE PROJECT -->
3341
## Acerca del proyecto
3442
Con más de 100k descargas, desde el 2017, Afip SDK es la plataforma preferida entre los desarrolladores para conectarse a los web services de ARCA.
@@ -43,7 +51,7 @@ Link del proyecto: [https://github.com/afipsdk/afip.py](https://github.com/afips
4351
_Este software y sus desarrolladores no tienen ninguna relación con la AFIP._
4452

4553
<!-- MARKDOWN LINKS & IMAGES -->
46-
[pip-shield]: https://img.shields.io/pypi/dm/afip.py.svg?logo=python&?logoColor=white
54+
[pip-shield]: https://static.pepy.tech/badge/afip.py
4755
[contributors-shield]: https://img.shields.io/github/contributors/afipsdk/afip.py.svg?color=orange
4856
[issues-shield]: https://img.shields.io/github/issues-closed-raw/afipsdk/afip.py.svg?color=blueviolet
4957
[license-shield]: https://img.shields.io/github/license/afipsdk/afip.py.svg?color=blue

afip/afip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
os.environ["SSL_CERT_FILE"] = os.path.join(os.path.dirname(__file__), "data", "cacert.pem")
1313

1414
class Afip:
15-
sdk_version_number = '1.1.1'
15+
sdk_version_number = '1.1.2'
1616

1717
def __init__(self, options: dict):
1818
if not(options.get("CUIT")):

0 commit comments

Comments
 (0)