Skip to content

Commit

Permalink
Update version for release of 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Jan 4, 2023
1 parent 02a8741 commit 24904ae
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
1.3.0 (??-01-2023)
1.3.0 (04-01-2023)
-------------------

- Fix some dependencies to avoid broken dependencies (#749)
- Remove Waitress from setup.py since this it's not necessary to run in production with Waitress (#749)
- Update skosprovider_rdf to version 1.3.0 to avoid accidentally
exposing URI's as dcterms:identifier. (#741)

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ keywords:
- python
license: GPL-3.0
version: 1.3.0
date-released: '2023-01-??'
date-released: '2023-01-04'
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.1.0
version: 1.3.0

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.1.0",
"version": "1.3.0",
"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.1.0",
"version": "1.3.0",
"description": "Node packages for public part of Atramhasis.",
"repository": {
"type": "git",
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.0a1',
version='1.3.0',
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 24904ae

Please sign in to comment.