Skip to content

Commit 3642441

Browse files
committed
v1.5, updated docs
1 parent 750197b commit 3642441

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Run different actions (build `.exe`, convert `.ui` to `.py`, run `.exe`, ...) by
2727

2828
---
2929
### Changelog:
30+
**v1.5 (14.10.2019):**
31+
- improv: restructured repository
32+
- fix: new configuration load
33+
3034
**v1.4 (10.10.2019):**
3135
- Python 3.7
3236
- added string output representation

src/main.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://github.com/damogranlabs/serial-tool
77
Windows build: http://sourceforge.net/p/serial-tool
88
"""
99

10-
__version__ = 1.4
10+
__version__ = 1.5
1111

1212
import serial
1313
import string

src/to_exe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
SCRIPT = "main.pyw" # main script to build to .exe
3636
APP_NAME = "SerialTool" # also output name of .exe file
3737
DESCRIPTION = "Serial Port Utility Tool"
38-
VERSION = "1.4"
38+
VERSION = "1.5"
3939
GUI = True # if true, this is GUI based app - no console is displayed
4040
ICON = 'gui/images/serialtool_icon.ico' # your icon or None
4141

0 commit comments

Comments
 (0)