Skip to content

Commit 4346c15

Browse files
committed
Version change to 0.23.0 - release time
1 parent 8b52137 commit 4346c15

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Durdraw
55
_| |__ __ _____ __| |_____ _____ __ __ __
66
/ _ | | | __| _ | __| _ | | | |\
77
/_____|_____|__|__|_____|__|___\____|________| |
8-
\_____________________________________________\| v 0.23.0-beta
8+
\_____________________________________________\| v 0.23.0
99

1010

1111
![Durdraw-0 20-demo](https://github.com/cmang/durdraw/assets/261501/ce539865-2e84-4423-92af-cd9ddeeb02ce)
@@ -78,7 +78,7 @@ To look at some included example animations:
7878
./start-durdraw -p examples/*.dur
7979
```
8080

81-
## SCREENSHOTS AND EXAMPLES
81+
## GALLERY
8282

8383
[![Watch the video](https://durdraw.org/durdraw-youtube-thumbnail-with-play-button.png)](https://youtu.be/7Icf08bkJxg)
8484

durdraw/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def undosize(size_s):
2626
raise argparse.ArgumentTypeError("Undo size must be between 1 and 1000.")
2727

2828
def main():
29-
DUR_VER = '0.23.0-beta'
29+
DUR_VER = '0.23.0'
3030
DUR_FILE_VER = 7
3131
DEBUG_MODE = False # debug = makes debug_write available, sends verbose notifications
3232
durlogo = '''
@@ -210,7 +210,6 @@ def main():
210210
time.sleep(3)
211211
if args.play:
212212
app.playOnlyMode = True
213-
app.editorRunning = False
214213
#ui = curses.wrapper(UI_Curses, app)
215214
ui = UI_Curses(app)
216215
if app.hasMouse:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='durdraw',
9-
version='0.23.0-beta',
9+
version='0.23.0',
1010
author='Sam Foster',
1111
author_email='samfoster@gmail.com',
1212
description='Animated Color ASCII and Unicode Art Editor',

0 commit comments

Comments
 (0)