Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 1, 2024
1 parent 84bdc76 commit 305b5b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
..
This file is part of Invenio.
Copyright (C) 2015-2023 CERN.
Copyright (C) 2015-2024 CERN.
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.2.0 (released 2024-10-01)

- uow: moved Unit of Work pattern and non-records Operations from
invenio-records-resources to invenio-db package

Version 1.1.5 (released 2023-09-11)

- shared: removed 'text()' from cursor.execute for SQLite
Expand Down
4 changes: 2 additions & 2 deletions invenio_db/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2015-2024 CERN.
#
# 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 @@ -91,7 +91,7 @@ class User(db.Model):
from .ext import InvenioDB
from .shared import db

__version__ = "1.1.5"
__version__ = "1.2.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 305b5b1

Please sign in to comment.