Skip to content

Commit 36bf4ac

Browse files
committedJul 5, 2021
Updated files for 2.1.2 release
1 parent 30998bd commit 36bf4ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist:
579579

580580
1. Make sure you're on the proper branch (almost always **master**)
581581
1. Make sure all the unit tests pass with `invoke pytest` or `py.test`
582+
1. Make sure latest year in `LICENSE` matches current year
582583
1. Make sure `CHANGELOG.md` describes the version and has the correct release date
583584
1. Add a git tag representing the version number using ``invoke tag x.y.z``
584585
* Where x, y, and z are all small non-negative integers

‎CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.2 (TBD, 2021)
1+
## 2.1.2 (July 5, 2021)
22
* Enhancements
33
* Added the following accessor methods for cmd2-specific attributes to the `argparse.Action` class
44
* `get_choices_callable()`
@@ -10,7 +10,6 @@
1010
* `set_nargs_range()`
1111
* `get_suppress_tab_hint()`
1212
* `set_suppress_tab_hint()`
13-
1413
* Deprecations
1514
* Now that `set_choices_provider()` and `set_completer()` have been added as methods to the
1615
`argparse.Action` class, the standalone functions of the same name will be removed in version

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2008-2020 Catherine Devlin and others
3+
Copyright (c) 2008-2021 Catherine Devlin and others
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

0 commit comments

Comments
 (0)
Please sign in to comment.