diff --git a/CHANGES.rst b/CHANGES.rst index 90067c5c..cbe9e04e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +2.1.1 (01-08-2023) +------------------ + +- ConceptVisitLog has an integer concept_id in the ConceptVisitLog class #906 +- skosprovider route /expand does not work #903 +- Manual ID text box not writable #902 + + 2.1.0 (22-07-2023) ------------------ diff --git a/CITATION.cff b/CITATION.cff index 4997dc38..0a7484f7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -88,5 +88,5 @@ keywords: - vocabulary - python license: GPL-3.0 -version: 2.1.0 +version: 2.1.1 date-released: '2024-06-20' diff --git a/atramhasis/openapi.yaml b/atramhasis/openapi.yaml index 5e41e884..637beb82 100644 --- a/atramhasis/openapi.yaml +++ b/atramhasis/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Atramhasis API - version: 2.1.0 + version: 2.1.1 servers: - url: '/' diff --git a/atramhasis/static/admin/package-lock.json b/atramhasis/static/admin/package-lock.json index d53b031c..fc2ab86a 100644 --- a/atramhasis/static/admin/package-lock.json +++ b/atramhasis/static/admin/package-lock.json @@ -1,12 +1,12 @@ { "name": "atramhasis", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atramhasis", - "version": "2.1.0", + "version": "2.1.1", "dependencies": { "dgrid": "~1.2.1", "dGrowl": "https://github.com/stratease/dGrowl#0.1.3", diff --git a/atramhasis/static/admin/package.json b/atramhasis/static/admin/package.json index 2ec1da6f..4913e87a 100644 --- a/atramhasis/static/admin/package.json +++ b/atramhasis/static/admin/package.json @@ -1,6 +1,6 @@ { "name": "atramhasis", - "version": "2.1.0", + "version": "2.1.1", "description": "Node packages for building Atramhasis.", "repository": { "type": "git", diff --git a/atramhasis/static/package-lock.json b/atramhasis/static/package-lock.json index 835a6c60..655ebb1e 100644 --- a/atramhasis/static/package-lock.json +++ b/atramhasis/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "atramhasis", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atramhasis", - "version": "2.1.0", + "version": "2.1.1", "dependencies": { "d3": "~3.5.17", "font-awesome": "~4.7.0", diff --git a/atramhasis/static/package.json b/atramhasis/static/package.json index da9683a4..2f2cad79 100644 --- a/atramhasis/static/package.json +++ b/atramhasis/static/package.json @@ -1,6 +1,6 @@ { "name": "atramhasis", - "version": "2.1.0", + "version": "2.1.1", "description": "Node packages for public part of Atramhasis.", "repository": { "type": "git", diff --git a/docs/source/conf.py b/docs/source/conf.py index d9719bc0..90bf6bed 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.1.0' +release = '2.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index a8b54ec9..059181bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" [project] -version = "2.1.0" +version = "2.1.1" name = "atramhasis" dynamic = ["readme"] authors = [