Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 7, 2023
1 parent 407225e commit ad004ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

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

- 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

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

Expand Down
2 changes: 1 addition & 1 deletion dojson/version.py
Original file line number Diff line number Diff line change
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 ad004ec

Please sign in to comment.