Skip to content

Commit 6ed50aa

Browse files
committed
v0.2.1 — Fix Python 3.5 support
- Remove some Python 3.6 syntax that snuck in
1 parent 8ab3645 commit 6ed50aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.1 (in development)
2-
-----------------------
1+
v0.2.1 (2021-06-03)
2+
-------------------
33
- Remove some Python 3.6 syntax that snuck in
44

55
v0.2.0 (2020-07-24)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2018, 2020 John Thorvald Wodder II
3+
Copyright (c) 2017-2018, 2020-2021 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ps1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
by running ``PS1_GIT=off`` on the command line.
5858
"""
5959

60-
__version__ = '0.2.1.dev1'
60+
__version__ = '0.2.1'
6161
__author__ = 'John T. Wodder II'
6262
__author_email__ = '[email protected]'
6363
__license__ = 'MIT'

0 commit comments

Comments
 (0)