File tree 3 files changed +3
-3
lines changed
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:
579
579
580
580
1 . Make sure you're on the proper branch (almost always ** master** )
581
581
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
582
583
1 . Make sure ` CHANGELOG.md ` describes the version and has the correct release date
583
584
1 . Add a git tag representing the version number using `` invoke tag x.y.z ``
584
585
* 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)
2
2
* Enhancements
3
3
* Added the following accessor methods for cmd2-specific attributes to the ` argparse.Action ` class
4
4
* ` get_choices_callable() `
10
10
* ` set_nargs_range() `
11
11
* ` get_suppress_tab_hint() `
12
12
* ` set_suppress_tab_hint() `
13
-
14
13
* Deprecations
15
14
* Now that ` set_choices_provider() ` and ` set_completer() ` have been added as methods to the
16
15
` 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 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2008-2020 Catherine Devlin and others
3
+ Copyright (c) 2008-2021 Catherine Devlin and others
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments