diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2022-02-22 20:23:20 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2022-02-22 20:23:20 -0500 |
commit | d14fbc149e971b494cd8d7fbdcf6d1b25c684719 (patch) | |
tree | d3c40cd5a7780647f62815ac1813a62881695269 | |
parent | e76dbad13cb6363d315cf851a5da3541e2138148 (diff) | |
download | cmd2-git-d14fbc149e971b494cd8d7fbdcf6d1b25c684719.tar.gz |
Updated change log and license for release
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | LICENSE | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4ace20..e12dee56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.4.0 (TBD, 2022) +## 2.4.0 (February 22, 2022) * Bug Fixes * Fixed issue in `ansi.async_alert_str()` which would raise `IndexError` if prompt was blank. * Fixed issue where tab completion was quoting argparse flags in some cases. @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2008-2021 Catherine Devlin and others +Copyright (c) 2008-2022 Catherine Devlin and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |