From 9ea60d12ff1213b13533e8e310bca7893a4612d3 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 29 Jan 2019 10:58:57 -0500 Subject: [PATCH] Version-bump to 2.4.1 - Includes various bugfixes regarding UTF-8 encoding - Adds new cheatsheets --- bin/cheat | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cheat b/bin/cheat index 098ce07..23ccef1 100755 --- a/bin/cheat +++ b/bin/cheat @@ -47,7 +47,7 @@ import os if __name__ == '__main__': # parse the command-line options - options = docopt(__doc__, version='cheat 2.4.0') + options = docopt(__doc__, version='cheat 2.4.1') config = Configuration() sheets = Sheets(config) diff --git a/setup.py b/setup.py index d7da93b..f81844c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ for f in os.listdir('cheat/cheatsheets/'): # specify build params setup( name = 'cheat', - version = '2.4.0', + version = '2.4.1', author = 'Chris Lane', author_email = 'chris@chris-allen-lane.com', license = 'GPL3',