Compare commits

..

4 commits

View file

@ -147,6 +147,30 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[python-jsonschema]
source = "github"
github = "python-jsonschema/jsonschema"
use_max_tag = true
prefix = "v"
[python-fqdn]
source = "github"
github = "ypcrts/fqdn"
use_max_tag = true
prefix = "v"
[python-isoduration]
source = "github"
github = "bolsote/isoduration"
use_max_tag = true
prefix = "v"
[python-uri-template]
source = "github"
github = "plinss/uri_template"
use_max_tag = true
prefix = "v"
[python-xmlschema]
source = "github"
github = "sissaschool/xmlschema"