Skip to content

Commit

Permalink
prepare 2.1.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jul 22, 2024
1 parent d4fce9b commit a606635
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
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.0a3
version: 2.1.0a4
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.0a3
version: 2.1.0a4

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.0a3",
"version": "2.1.0a4",
"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.0a3",
"version": "2.1.0a4",
"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.0a3'
release = '2.1.0a4'

# 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.0a3"
version = "2.1.0a4"
name = "atramhasis"
dynamic = ["readme"]
authors = [
Expand Down

0 comments on commit a606635

Please sign in to comment.