Version-bump to 2.4.1

- Includes various bugfixes regarding UTF-8 encoding
- Adds new cheatsheets
This commit is contained in:
Chris Lane 2019-01-29 10:58:57 -05:00
parent f7d747e101
commit 9ea60d12ff
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import os
if __name__ == '__main__': if __name__ == '__main__':
# parse the command-line options # parse the command-line options
options = docopt(__doc__, version='cheat 2.4.0') options = docopt(__doc__, version='cheat 2.4.1')
config = Configuration() config = Configuration()
sheets = Sheets(config) sheets = Sheets(config)

View File

@ -14,7 +14,7 @@ for f in os.listdir('cheat/cheatsheets/'):
# specify build params # specify build params
setup( setup(
name = 'cheat', name = 'cheat',
version = '2.4.0', version = '2.4.1',
author = 'Chris Lane', author = 'Chris Lane',
author_email = 'chris@chris-allen-lane.com', author_email = 'chris@chris-allen-lane.com',
license = 'GPL3', license = 'GPL3',