Skip to content

Commit

Permalink
prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Aug 1, 2024
1 parent ab0f787 commit 43bee21
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ keywords:
- vocabulary
- python
license: GPL-3.0
version: 2.1.0
version: 2.1.1
date-released: '2024-06-20'
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: 2.1.0
version: 2.1.1

servers:
- url: '/'
Expand Down
4 changes: 2 additions & 2 deletions atramhasis/static/admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion atramhasis/static/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atramhasis",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node packages for building Atramhasis.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions atramhasis/static/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion atramhasis/static/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 43bee21

Please sign in to comment.