Skip to content

Commit b702a64

Browse files
committed
update version
1 parent a9fb9d0 commit b702a64

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
- 2023-09-13 **2.0.2**
3+
- Improvement user interface and user experience with coding.
4+
- Add new button create new file
5+
- Add new button save as file
6+
- Fix bug output with language is chines or Japanese
7+
- Follow up package IronPython latest.
8+
- Add more shortcut default.
29
- 2023-04-14 **2.0.1**
310
- Support Autodesk Revit version 2024.
411
- 2022-12-16 **2.0.0**

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const string projectName = "RevitPythonShell";
1313
const string outputName = "RevitPythonShell";
1414
const string outputDir = "output";
15-
const string version = "2.0.1";
15+
const string version = "2.0.2";
1616

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

0 commit comments

Comments
 (0)