Skip to content

Commit 7083ee3

Browse files
committed
Version change from 0.22.0-beta to 0.22.0... time to ship it! The Holiday 2023 Release
1 parent 8c41f68 commit 7083ee3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

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

1010

1111
![Durdraw-0 20-demo](https://github.com/cmang/durdraw/assets/261501/ce539865-2e84-4423-92af-cd9ddeeb02ce)
@@ -15,8 +15,8 @@ Durdraw
1515
Durdraw is an ASCII, ANSI and Unicode art editor for UNIX-like systems (Linux,
1616
macOS, etc). It runs in the terminal and supports frame-based animation,
1717
custom themes, 256 and 16 color modes, terminal mouse input, IRC color export,
18-
Unicode and Code Page 437 block characters, HTML output, and other interesting
19-
features.
18+
automatic conversion of Code Page 437 encoding to Unicode, HTML output, and
19+
other interesting features.
2020

2121
Durdraw is heavily inspired by classic ANSI editing software for MS-DOS and
2222
Windows, such as TheDraw, Aciddraw and Pablodraw, but with a modern Unix twist.

durdraw/main.py

Lines changed: 1 addition & 1 deletion
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.22.0-beta'
29+
DUR_VER = '0.22.0'
3030
DUR_FILE_VER = 7
3131
DEBUG_MODE = False # debug = makes debug_write available, sends verbose notifications
3232
durlogo = '''

examples/indyz-linuxfire.dur

2.11 KB
Binary file not shown.

examples/indyz-xmas.dur

7.43 KB
Binary file not shown.

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.22.0-beta',
9+
version='0.22.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)