Skip to content

Releases: roottsantiago/pyfiscal

Support for Python 3.9 with Docker

25 Mar 19:42
f15f672
Compare
Choose a tag to compare

[ x] Testing with python 3.9
[ x] Integration with docker
[ x] Setup.py file fix
[ x] Deploy with Pip API token
[ x] Documentation update

Multiple date format support

20 Dec 22:42
0473eb5
Compare
Choose a tag to compare
  • [ x] setup.py file fix
  • [ x] Documentation

Support python 3.8

26 Mar 23:43
07a2e41
Compare
Choose a tag to compare

Code refactoring
Fix for RFC calculation.
Implementation of the divmod method.
String Format.
Support python 3.6
Support python 3.8
+

What's Changed

  • Fix residuo conditions by @GMakarenko in #7
  • Elimination of constant file and implementation of string format. by @thomgonzalez in #8
  • Setup file updated. by @thomgonzalez in #9
  • updated setup file v2. by @thomgonzalez in #10

New Contributors

  • @GMakarenko made their first contribution in #7
  • @thomgonzalez made their first contribution in #8

Full Changelog: v1.2.1...v2.0