Skip to content

Commit 7419272

Browse files
committed
bump version
1 parent 7d5e2f4 commit 7419272

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## 0.4.5 - 2024-11-11
7+
### Changed
8+
* Improved compatibility with older Linux distributions for compiled releases.
9+
610
## 0.4.4 - 2024-10-07
711
### Fixed
812
* Fixed an issue where some files would not correctly import data from all subfiles.

ldr_tools_blender/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "ldr_tools_blender",
66
"description": "Import LDraw models in .mpd .ldr, .dat, and .io formats",
77
"author": "ScanMountGoat (SMG)",
8-
"version": (0, 4, 4),
8+
"version": (0, 4, 5),
99
"blender": (4, 1, 0),
1010
"location": "File > Import",
1111
"warning": "",

0 commit comments

Comments
 (0)