From 36bf4aceca071236256dbc33db4e6c67c51d10b6 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 5 Jul 2021 11:31:27 -0400 Subject: [PATCH] Updated files for 2.1.2 release --- .github/CONTRIBUTING.md | 1 + CHANGELOG.md | 3 +-- LICENSE | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0348621f6..56c534508 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -579,6 +579,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist: 1. Make sure you're on the proper branch (almost always **master**) 1. Make sure all the unit tests pass with `invoke pytest` or `py.test` +1. Make sure latest year in `LICENSE` matches current year 1. Make sure `CHANGELOG.md` describes the version and has the correct release date 1. Add a git tag representing the version number using ``invoke tag x.y.z`` * Where x, y, and z are all small non-negative integers diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ed02c4c..06db3f6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.2 (TBD, 2021) +## 2.1.2 (July 5, 2021) * Enhancements * Added the following accessor methods for cmd2-specific attributes to the `argparse.Action` class * `get_choices_callable()` @@ -10,7 +10,6 @@ * `set_nargs_range()` * `get_suppress_tab_hint()` * `set_suppress_tab_hint()` - * Deprecations * Now that `set_choices_provider()` and `set_completer()` have been added as methods to the `argparse.Action` class, the standalone functions of the same name will be removed in version diff --git a/LICENSE b/LICENSE index 8c1872038..a48fda37b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2008-2020 Catherine Devlin and others +Copyright (c) 2008-2021 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