Skip to content

Commit 987bb69

Browse files
Merge branch 'main' into pyproject
2 parents 0d6c7e6 + 1bc2059 commit 987bb69

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
### Removed
15+
16+
17+
## [0.7.5] 2025-09-03
18+
19+
### Added
20+
21+
### Changed
22+
1423
* Fixed `compas_libigl` plugins are not detected.
1524
* Add project dependency groups in pyproject.toml.
25+
* Change requirements.txt to pyproject.toml.
1626

1727
### Removed
1828

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ dependencies:
1010
- pip:
1111
- tessagon
1212
- -r requirements-dev.txt
13-
- -r requirements.txt
1413
- .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ macos.archs = ["x86_64", "arm64"]
114114
# ============================================================================
115115

116116
[tool.bumpversion]
117-
current_version = "0.7.4"
117+
current_version = "0.7.5"
118118
message = "Bump version to {new_version}"
119119
commit = true
120120
tag = true

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/compas_libigl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Block Research Group - ETH Zurich"
33
__license__ = "Mozilla Public License Version 2.0"
44
5-
__version__ = "0.7.4"
5+
__version__ = "0.7.5"
66

77

88
__all_plugins__ = [

0 commit comments

Comments
 (0)