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 c71a34d commit 40c8f5bCopy full SHA for 40c8f5b
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
current_version = 0.16.0
3
-files = doc/source/conf.py node-rfm69-beradio/src/node-rfm69-beradio.ino node-gprs-any/node-gprs-any.ino generic/generic.ino generic/config.h
+files = doc/source/conf.py
4
commit = True
5
tag = True
6
tag_name = {new_version}
doc/source/conf.py
@@ -52,8 +52,8 @@
52
53
# General information about the project.
54
project = u'Hiveeyes Arduino'
55
-copyright = u'2013-2018, Hiveeyes Developers'
56
-author = u'Hiveeyes Developers'
+copyright = u'2013-2020, The Hiveeyes Developers'
+author = u'The Hiveeyes Developers'
57
58
# The version info for the project you're documenting, acts as replacement for
59
# |version| and |release|, also used in various other places throughout the
0 commit comments