Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,10 @@ Session.vim

# Auto-generated tag files
tags


### Customizations for this project
# warning: rules order matter. Do not move the ones in this section upwards!

# note: prevent this dir from being ignored (because of rule `[Ss]cripts`)
!/scripts/
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

0.4.0 (2019-04-16)
+++++++++++++++++++++++

* (PR #16, 2019-04-16) dte.parse: change and improve ``clean_dte_xml``
* (PR #14, 2019-04-09) data.ref: merge XML schemas dirs
* (PR #13, 2019-04-09) extras: add Marshmallow field for a DTE's "tipo DTE"

0.3.0 (2019-04-05)
+++++++++++++++++++++++

Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ include HISTORY.rst
include LICENSE
include README.rst
recursive-include cl_sii *py
recursive-include cl_sii/data/ref/factura_electronica/schema_dte *.xsd
recursive-include cl_sii/data/ref/factura_electronica/schema_iecv *.xsd
recursive-include cl_sii/data/ref/factura_electronica/schemas-xml *.xsd
include cl_sii/py.typed
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ clean-test: ## remove test, lint and coverage artifacts
rm -rf .mypy_cache/

lint: ## run tools for code style analysis, static type check, etc
flake8 --config=setup.cfg cl_sii tests
mypy --config-file setup.cfg cl_sii
flake8 --config=setup.cfg cl_sii scripts tests
mypy --config-file setup.cfg cl_sii scripts

test: ## run tests quickly with the default Python
python setup.py test
Expand Down
2 changes: 1 addition & 1 deletion cl_sii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""


__version__ = '0.3.0'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion cl_sii/contribuyente/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Source: XML types 'RznSocLargaType' and 'RznSocCortaType' in official schema
'SiiTypes_v10.xsd'.
https://github.com/fyndata/lib-cl-sii-python/blob/8b51350/cl_sii/data/ref/factura_electronica/schema_dte/SiiTypes_v10.xsd#L635-L651
https://github.com/fyndata/lib-cl-sii-python/blob/f57a326/cl_sii/data/ref/factura_electronica/schemas-xml/SiiTypes_v10.xsd#L635-L651

"""

Expand Down
100 changes: 0 additions & 100 deletions cl_sii/data/ref/factura_electronica/schema_iecv/README.md

This file was deleted.

This file was deleted.

Loading