From 1b6b5b79b7e00ab5527221ce82d5f9e1f82e5f0f Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 27 Jan 2019 14:36:57 -0500 Subject: [PATCH] Version bump: 2.4.0 Preparing a new `minor` release. --- bin/cheat | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cheat b/bin/cheat index 49e9c03..098ce07 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.3.1') + options = docopt(__doc__, version='cheat 2.4.0') config = Configuration() sheets = Sheets(config) diff --git a/setup.py b/setup.py index 8a3da9d..c769680 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ for f in os.listdir('cheat/cheatsheets/'): setup( name = 'cheat', - version = '2.3.1', + version = '2.4.0', author = 'Chris Lane', author_email = 'chris@chris-allen-lane.com', license = 'GPL3',