Skip to content

Commit

Permalink
Merge pull request #688 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
goessebr authored Jan 18, 2022
2 parents edf10e6 + f4dba0e commit 4566a9e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
1.0.3 (14-01-2022)
------------------

- Update skosprovider to fix language queryparameter: https://github.com/OnroerendErfgoed/skosprovider/releases/tag/1.1.1


1.0.2 (06-01-2022)
------------------

- Keep uri field when change concept type: uri field is set to null in database when we change the type of a concept #680
- Not possible to save notes within a collection via the UI #682
- Keep uri field when change concept type: uri field is set to null in database when we change the type of a concept (#680)
- Not possible to save notes within a collection via the UI (#682)
- Add 2 references (article and software) to CITATION.cff file.


Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ keywords:
- vocabulary
- python
license: GPL-3.0
version: 1.0.2
version: 1.0.3
date-released: '2021-12-22'
2 changes: 1 addition & 1 deletion atramhasis/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3

info:
title: Atramhasis API
version: 1.0.2
version: 1.0.3

servers:
- url: '/'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.2'
release = '1.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ openapi-core==0.13.8 # newer version incompatible with pyramid_openapi3==0.13
pyramid_openapi3==0.13

# skosprovider
skosprovider==1.1.0
skosprovider==1.1.1
skosprovider_sqlalchemy==1.0.0
pyramid_skosprovider==1.1.0
skosprovider_rdf==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
]

setup(name='atramhasis',
version='1.0.2',
version='1.0.3',
description='A web based editor for thesauri adhering to the SKOS specification.',
long_description=README + '\n\n' + CHANGES,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 4566a9e

Please sign in to comment.