Skip to content

Commit

Permalink
0.25.1 version bump, bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmang committed Jan 9, 2024
1 parent 7eb70f9 commit 8132392
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Durdraw
_| |__ __ _____ __| |_____ _____ __ __ __
/ _ | | | __| _ | __| _ | | | |\
/_____|_____|__|__|_____|__|___\____|________| |
\_____________________________________________\| v 0.25.0
\_____________________________________________\| v 0.25.1

![durdraw-0 24 0-example](https://github.com/cmang/durdraw/assets/261501/27efcf7c-96ae-4930-8360-21276dc72fca)

Expand Down
Binary file modified durdraw/help/durhelp-256-long.dur
Binary file not shown.
2 changes: 1 addition & 1 deletion durdraw/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def undosize(size_s):
raise argparse.ArgumentTypeError("Undo size must be between 1 and 1000.")

def main():
DUR_VER = '0.25.0'
DUR_VER = '0.25.1'
DUR_FILE_VER = 7
DEBUG_MODE = False # debug = makes debug_write available, sends verbose notifications
durlogo = '''
Expand Down

0 comments on commit 8132392

Please sign in to comment.