Skip to content

Commit cc9b6bd

Browse files
committed
chore: add configuration for Dependabot
1 parent e3bf359 commit cc9b6bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
meta = {}
2525
with open(Path(__file__).parent.parent / 'influxdb_client' / 'version.py') as f:
26-
exec('\n'.join(l for l in f if l.startswith('CLIENT_VERSION')), meta)
26+
exec('\n'.join(l for l in f if l.startswith('VERSION')), meta)
2727

2828

2929
def setup(app):
@@ -37,9 +37,9 @@ def setup(app):
3737
autoclass_content = 'both'
3838

3939
# The short X.Y version
40-
version = meta['CLIENT_VERSION']
40+
version = meta['VERSION']
4141
# The full version, including alpha/beta/rc tags
42-
release = meta['CLIENT_VERSION']
42+
release = meta['VERSION']
4343

4444
# -- General configuration ---------------------------------------------------
4545

0 commit comments

Comments
 (0)