Skip to content

Commit

Permalink
📝 update docstrings for 1.2 (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm authored Apr 29, 2024
1 parent 80a3087 commit d72f67c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ozi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""Core OZI packaging management plane module."""
"""Core OZI packaging management plane module.
.. versionremoved:: 1.2
The module ``filters`` was moved to ``blastpipe.ozi_templates.filters``
"""
from .spec import current_version

__version__ = current_version()
Expand Down
7 changes: 6 additions & 1 deletion ozi/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""Rendering utilities for the OZI project templates."""
"""Rendering utilities for the OZI project templates.
.. versionremoved:: 1.2
The function ``load_environment`` was moved to ``blastpipe.ozi_templates``
"""
from pathlib import Path
from warnings import warn

Expand Down

0 comments on commit d72f67c

Please sign in to comment.