Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
dda2129
Add dummy comment to pytest workflow reference
saicheranb Jul 18, 2025
63de13d
Update Poetry version and modify project metadata
saicheranb Jul 18, 2025
dfc4b8d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2025
23a1d82
Fix version retrieval in get_pyproject_version function
saicheranb Jul 18, 2025
5965893
Merge branch 'Devops-690_poetry2_migration' of https://github.com/Mir…
saicheranb Jul 18, 2025
38875c1
Update Python version constraints and refactor dependencies in pyproj…
saicheranb Jul 18, 2025
08953b2
Update workflow to use DEVOPS-690-poetry2 branch for static analysis …
saicheranb Jul 18, 2025
902675d
Update workflow to use main branch for static analysis and pytest
saicheranb Jul 18, 2025
1a6adc8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2025
2c57c50
Refactor dependencies in pyproject.toml and update optional dependenc…
saicheranb Jul 18, 2025
f874d43
Merge branch 'Devops-690_poetry2_migration' of https://github.com/Mir…
saicheranb Jul 18, 2025
953325f
Fix working directory configuration in Python analysis workflow
saicheranb Jul 18, 2025
1b718fb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2025
a183f14
Remove working directory specification from Python analysis workflow
saicheranb Jul 18, 2025
e7ec988
Refactor package configuration in pyproject.toml to use setuptools fo…
saicheranb Jul 18, 2025
bed7ff9
Update workflow references to use DEVOPS-690-poetry2 branch for stati…
saicheranb Jul 18, 2025
7e8bee9
Update workflow references to use main branch for static analysis and…
saicheranb Aug 17, 2025
8121554
Fix version format in __init__.py from "3.4.0-alpha.1" to "3.4.0a1"
saicheranb Aug 17, 2025
e2367b3
updated version_test.py
saicheranb Aug 17, 2025
cc2803d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 17, 2025
ed7e171
updated version_test.py
saicheranb Aug 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.1.3
hooks:
- id: poetry-check
args: [--lock]
Expand Down
2 changes: 1 addition & 1 deletion omf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .volume import VolumeElement, VolumeGridGeometry


__version__ = "3.4.0-alpha.1"
__version__ = "3.4.0a1"
__author__ = "Global Mining Standards and Guidelines Group, Mira Geoscience Ltd."
__license__ = "MIT License"
__copyright__ = (
Expand Down
Loading
Loading