Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5fe273b
build: Bump version to v0.11.dev0
prmukherj Jun 21, 2024
7da40a0
Merge branch 'main' into release/v0.11.dev0
prmukherj Jun 24, 2024
cd34356
Merge branch 'release/v0.11.dev0' of https://github.com/pyansys/pyflu…
prmukherj Jul 2, 2024
d17fb8a
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 8, 2024
fe41ed1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 9, 2024
de52b2e
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 16, 2024
9c7a215
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 24, 2024
616dea1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 19, 2024
30e5c5c
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 20, 2024
0d91d78
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 21, 2024
2a1d92f
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 28, 2024
03be4f5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 5, 2024
14c2013
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 12, 2024
1c410d7
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 18, 2024
03972ed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 8, 2024
0850f17
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 10, 2024
fab2277
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 17, 2024
05faa31
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 5, 2024
d363cb1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 28, 2024
b9db616
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 28, 2024
4b62bf5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 29, 2024
59fec46
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jan 6, 2025
a7bfb72
build: Bump version to v0.17.dev0
prmukherj Jan 6, 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-fluent-visualization"
version = "0.16.dev0"
version = "0.17.dev0"
description = "A python wrapper for ansys Fluent visualization"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "0.16.dev0"
assert __version__ == "0.17.dev0"
Loading