Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Mar 14, 2023
1 parent a4b0b06 commit c88b199
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
1.3.2 (14-03-2023)
------------------

- Fix broken CITATION.cff file. Otherwise this version is identical to 1.3.1

1.3.1 (14-03-2023)
------------------

- Show acutal language tags in admin interface drop downs, as opposed to just the labels to reduce confusion. (#766)
- Show actual language tags in admin interface drop downs, as opposed to just the labels to reduce confusion. (#766)
- JSON-LD export was broken because the provided context was missing a context
attribute. (#794)
- Added a link from a concept page in the admin interface to the public interface. (#791)
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: 1.3.1
version: 1.3.2
date-released: '2023-03-14'
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.3.1
version: 1.3.2

servers:
- url: '/'
Expand Down
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": "1.3.1",
"version": "1.3.2",
"description": "Node packages for building Atramhasis.",
"repository": {
"type": "git",
Expand Down
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": "1.3.1",
"version": "1.3.2",
"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 = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run(self):
]

setup(name='atramhasis',
version='1.3.1',
version='1.3.2',
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 c88b199

Please sign in to comment.