Skip to content

Commit c640ac4

Browse files
committed
Bump version to 1.8.6
1 parent 03fae72 commit c640ac4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GSPy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Version information
55
#define GSPY_VERSION_MAJOR 1
66
#define GSPY_VERSION_MINOR 8
7-
#define GSPY_VERSION_PATCH 5
7+
#define GSPY_VERSION_PATCH 6
88

99
// Automatically generate version string and double from components
1010
#define STRINGIFY(x) #x

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GSPy: The GoldSim-Python Bridge
22

3-
**Current Version: 1.8.5** | [Changelog](CHANGELOG.md)
3+
**Current Version: 1.8.6** | [Changelog](CHANGELOG.md)
44

55
GSPy is a C++ bridge that allows GoldSim models to call external Python scripts. It acts as a shim DLL for GoldSim's `External` element, enabling users to leverage the capabilities of the Python ecosystem directly within their dynamic simulations.
66

@@ -195,7 +195,7 @@ GSPy releases are distributed as `.zip` files containing the compiled DLLs and d
195195
3. Under "Assets", click on the `.zip` file to download it
196196
4. Extract the `.zip` file to a folder on your computer
197197

198-
**Direct Download**: [Download Latest Release (v1.8.5)](https://github.com/GoldSim/GSPy/releases/latest/download/GSPy-v1.8.5.zip)
198+
**Direct Download**: [Download Latest Release (v1.8.6)](https://github.com/GoldSim/GSPy/releases/latest/download/GSPy-v1.8.6.zip)
199199

200200
The release package includes:
201201
- Compiled DLLs for Python 3.11 and 3.14 (64-bit)
@@ -362,7 +362,7 @@ Each GSPy run automatically creates a log file with a clean header:
362362
```
363363
========================================
364364
GSPy: The GoldSim-Python Bridge
365-
Version: 1.8.5
365+
Version: 1.8.6
366366
========================================
367367
2025-11-07 20:14:50 - INFO: Starting scalar calculation
368368
2025-11-07 20:14:50 - INFO: Calculation complete, result: 50.0

0 commit comments

Comments
 (0)