summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-07-05 11:31:27 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-07-05 11:31:27 -0400
commit36bf4aceca071236256dbc33db4e6c67c51d10b6 (patch)
treefc85d7d3bf8c8aa9f607278e6b35011cfcaae255
parent30998bd236257e54aa245fb8a52805c50ae5882a (diff)
downloadcmd2-git-36bf4aceca071236256dbc33db4e6c67c51d10b6.tar.gz
Updated files for 2.1.2 release2.1.2
-rw-r--r--.github/CONTRIBUTING.md1
-rw-r--r--CHANGELOG.md3
-rw-r--r--LICENSE2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 0348621f..56c53450 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 b2ed02c4..06db3f6d 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 8c187203..a48fda37 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