File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist:
579579
5805801 . Make sure you're on the proper branch (almost always ** master** )
5815811 . Make sure all the unit tests pass with ` invoke pytest ` or ` py.test `
582+ 1 . Make sure latest year in ` LICENSE ` matches current year
5825831 . Make sure ` CHANGELOG.md ` describes the version and has the correct release date
5835841 . 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
Original file line number Diff line number Diff line change 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() `
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
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2008-2020 Catherine Devlin and others
3+ Copyright (c) 2008-2021 Catherine Devlin and others
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments