Skip to content

Commit

Permalink
Prepare for beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Jun 17, 2023
1 parent 0fd1a35 commit 10fabb0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0a1 (??-06-2023)
2.0.0b1 (17-06-2023)
--------------------

**This is a pre-release of version of 2.0.0**
Expand Down
4 changes: 2 additions & 2 deletions 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.2
date-released: '2023-03-14'
version: 2.0.0a1
date-released: '2023-06-17'
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.2
version: 2.0.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.3.2",
"version": "2.0.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.3.2",
"version": "2.0.0",
"description": "Node packages for public part of Atramhasis.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '2.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.3.2'
release = '2.0.0b1'

# 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.2',
version='2.0.0b1',
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 10fabb0

Please sign in to comment.