Skip to content

Commit 70fbc47

Browse files
committed
update version
1 parent a6741e2 commit 70fbc47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-12-16 **1.0.9**
3+
- Support IronPython 3.4
24
- 2022-05-12 **1.0.8**
35
- Fix bug duplicate snoop [#4](https://github.com/chuongmep/CadPythonShell/issues/4)
46
- 2022-04-12 **1.0.7**

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
const string projectName = "CADPythonShell";
1414
const string outputName = "CADPythonShell";
1515
const string outputDir = "output";
16-
const string version = "1.0.8";
16+
const string version = "1.0.9";
1717

1818
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1919
var project = new Project

0 commit comments

Comments
 (0)