Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/117_local_id_export
Browse files Browse the repository at this point in the history
* develop:
  Basisconfig updaten.
  • Loading branch information
koenedaele committed Dec 15, 2022
2 parents 597a52d + 9a68fb3 commit 8889261
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
install:
- pip install -U setuptools==59.6.0
- pip install -r requirements.txt
Expand Down
11 changes: 9 additions & 2 deletions CITATION.cff
Expand Up @@ -10,10 +10,17 @@ authors:
email: koen.vandaele@vlaanderen.be
affiliation: Flanders Heritage Agency
orcid: 'https://orcid.org/0000-0002-8153-2978'
- given-names: Jonas
family-names: Geuens
email: jonas.geuens@vlaanderen.be
affiliation: Flanders Heritage Agency
orcid: 'https://orcid.org/0000-0001-8197-5034'
- given-names: Karel
family-names: Dieusaert
- given-names: Bram
family-names: Goessens
email: bram.goessens@vlaanderen.be
affiliation: Flanders Heritage Agency
- given-names: Tinne
family-names: Cahy
- given-names: Bart
Expand All @@ -39,5 +46,5 @@ references:
affiliation: Flanders Heritage Agency
orcid: 'https://orcid.org/0000-0002-8153-2978'
license: MIT
version: 1.2.0
date-released: '2022-10-11'
version: 1.3.0
date-released: '2022-12-??'
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2020 Onroerend Erfgoed
Copyright (c) 2014-2023 Onroerend Erfgoed

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -41,6 +41,8 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
author='Flanders Heritage Agency',
author_email='ict@onroerenderfgoed.be',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37,py38,cover
envlist = py38,py39,py310,py311,cover

[testenv]
deps =
Expand All @@ -13,7 +13,7 @@ commands =

[testenv:cover]
basepython =
python3.6
python3.8
deps =
pytest
pytest-cov
Expand Down

0 comments on commit 8889261

Please sign in to comment.