Skip to content

Commit

Permalink
Update schema and bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Sep 20, 2023
1 parent dc0b415 commit 2e3c913
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions build/regimes/co.json
Original file line number Diff line number Diff line change
Expand Up @@ -14741,7 +14741,10 @@
"methods": [
{
"key": "partial",
"name": null,
"name": {
"en": "Partial refund",
"es": "Devolución parcial"
},
"desc": {
"en": "Partial refund of part of the goods or services.",
"es": "Devolución de parte de los bienes; no aceptación de partes del servicio."
Expand All @@ -14752,7 +14755,10 @@
},
{
"key": "revoked",
"name": null,
"name": {
"en": "Revoked",
"es": "Anulación"
},
"desc": {
"en": "Previous document has been completely cancelled.",
"es": "Anulación de la factura anterior."
Expand All @@ -14763,7 +14769,10 @@
},
{
"key": "discount",
"name": null,
"name": {
"en": "Discount",
"es": "Descuento"
},
"desc": {
"en": "Partial or total discount.",
"es": "Rebaja o descuento parcial o total."
Expand All @@ -14774,10 +14783,13 @@
},
{
"key": "price-adjustment",
"name": null,
"name": {
"en": "Adjustment",
"es": "Ajuste"
},
"desc": {
"en": "Ajuste de precio.",
"es": "Price adjustment."
"en": "Price adjustment.",
"es": "Ajuste de precio."
},
"map": {
"dian": "4"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type Version string

// VERSION is the current version of the GOBL library.
const VERSION Version = "v0.58.0"
const VERSION Version = "v0.58.1"

// Semver parses and returns semver
func (v Version) Semver() *semver.Version {
Expand Down

0 comments on commit 2e3c913

Please sign in to comment.