Skip to content

Commit

Permalink
Prepare for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorig committed Sep 23, 2018
1 parent 5ab2a73 commit 4cc0deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stcgal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4"
__version__ = "1.5"
2 changes: 1 addition & 1 deletion stcgal/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def cli():
# check arguments
parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter,
description="stcgal {} - an STC MCU ISP flash tool\n".format(stcgal.__version__) +
"(C) 2014-2017 Grigori Goronzy\nhttps://github.com/grigorig/stcgal")
"(C) 2014-2018 Grigori Goronzy and others\nhttps://github.com/grigorig/stcgal")
parser.add_argument("code_image", help="code segment file to flash (BIN/HEX)", type=argparse.FileType("rb"), nargs='?')
parser.add_argument("eeprom_image", help="eeprom segment file to flash (BIN/HEX)", type=argparse.FileType("rb"), nargs='?')
parser.add_argument("-a", "--autoreset", help="cycle power automatically by asserting DTR", action="store_true")
Expand Down

0 comments on commit 4cc0deb

Please sign in to comment.