Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim authored and ntarocco committed Nov 9, 2023
1 parent 4d52810 commit 0426164
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,16 @@
Changes
=======

Version 1.5.0 (released 2023-11-08):
------------------------------------

- migrate CI to gh-actions
- make custom type checks compatible with jsonschema >= 4.0
- fix the use of deleted deprecated function of click >=8.1
- fix python imports of MutableMapping and MutableSequence
- fix tests not able to import MARC21slimUtils.xsl from remote
- move python support to 3.8 and 3.9

Version 1.4.1 (released 2020-05-06):
------------------------------------

Expand Down
2 changes: 0 additions & 2 deletions README.rst
Expand Up @@ -2,8 +2,6 @@
DoJSON
========

.. currentmodule:: dojson

.. image:: https://github.com/inveniosoftware/dojson/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/dojson/actions

Expand Down
2 changes: 1 addition & 1 deletion dojson/version.py
Expand Up @@ -16,4 +16,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "1.4.1"
__version__ = "1.5.0"

0 comments on commit 0426164

Please sign in to comment.