Skip to content

Commit

Permalink
Merge branch 'main' into Properties_module
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed Sep 23, 2024
2 parents 9988af4 + ae0255b commit f79f2ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Changelog

## v0.7.2 - 2024/09/19
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [Unreleased]
### Added
- Adding the type of component into the display of the stat module
- Adding a flag to filter the type of components
- Adding the number of drawings using the parts
- Adding an option to export stats module to CSV or to clipboard
### Changed
### Deprecated
### Removed
### Fixed
- Fixing an issue with the configuration name removal. Some parts were not correctly counted in the tree display.
### Security

## v0.7.1 - 2024/09/12
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyswtools"
version = "0.7.1"
version = "0.7.2"
description = "Set of tools to improve Solidworks usage"
authors = ["ldevillez <[email protected]>"]
license = "GNU General Public License"
Expand Down
2 changes: 1 addition & 1 deletion pyswtools/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .properties.main import properties


__version__ = "0.7.1"
__version__ = "0.7.2"
__author__ = "Devillez Louis"
__maintainer__ = "Devillez Louis"
__email__ = "[email protected]"
Expand Down

0 comments on commit f79f2ab

Please sign in to comment.