Skip to content

Commit

Permalink
Release version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 8, 2024
1 parent eeac4cd commit d77e361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=========

1.0.5
=====

- Support pydantic v1 and v2 by @heisner-tillman in https://github.com/galaxyproject/gravity/pull/118

1.0.4
=====

Expand Down
2 changes: 1 addition & 1 deletion gravity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "1.0.4"
__version__ = "1.0.5"

0 comments on commit d77e361

Please sign in to comment.