Skip to content

Commit

Permalink
prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jun 20, 2024
1 parent 3e9ae16 commit 7e5239a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.0 (20-06-2023)
------------------

Migrated from setup.py to the hatchling build tool for improved packaging and distribution. (#854)
Benefits include faster builds, modern configuration, and enhanced flexibility for future enhancements.


2.0.0 (22-12-2023)
------------------

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: 2.0.0
date-released: '2023-12-22'
version: 2.1.0
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.0.0
version: 2.1.0

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.0.0",
"version": "2.1.0",
"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.0.0",
"version": "2.1.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 = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.1.0'

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

0 comments on commit 7e5239a

Please sign in to comment.