We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c35bd0 commit 85d2869Copy full SHA for 85d2869
click_option_group/__init__.py
@@ -5,7 +5,7 @@
5
6
Option groups missing in Click
7
8
-:copyright: © 2019 by Eugene Prilepin
+:copyright: © 2019-2020 by Eugene Prilepin
9
:license: BSD, see LICENSE for more details.
10
"""
11
docs/conf.py
@@ -22,7 +22,7 @@
22
# -- Project information -----------------------------------------------------
23
24
project = 'click-option-group'
25
-copyright = '2020, Eugene Prilepin'
+copyright = '2019-2020, Eugene Prilepin'
26
author = 'Eugene Prilepin'
27
28
# The full version, including alpha/beta/rc tags
0 commit comments