Skip to content

Commit

Permalink
release: v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 30, 2024
1 parent 971d882 commit 409d7d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
..
This file is part of Invenio.
Copyright (C) 2015-2018 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.1.5 (release 2024-11-30)

- fix: SphinxWarning
- global: remove examples directory
- global: remove six usage
- setup: change to reusable workflows
- setup: pin dependencies
- fix extlinks warning of compatibility with version 6
- global: clean test infrastructure
- increase minimal python version to 3.7
- move check_manifest configuration to setup.cfg.
- fix docs compatibilty problem with Sphinx>=5.0.0
- add .git-blame-ignore-revs
- migrate to use black as opinionated auto formater
- migrate setup.py to setup.cfg

Version 1.1.4 (released 2022-02-28)

- Changes from pkg_resources to importlib for entry points iteration.
Expand Down
3 changes: 2 additions & 1 deletion invenio_jsonschemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -314,7 +315,7 @@
from .ext import InvenioJSONSchemas, InvenioJSONSchemasAPI, InvenioJSONSchemasUI
from .proxies import current_jsonschemas

__version__ = "1.1.4"
__version__ = "1.1.5"

__all__ = (
"__version__",
Expand Down

0 comments on commit 409d7d4

Please sign in to comment.