Skip to content

Commit

Permalink
Fix version number in sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 6, 2020
1 parent 2685838 commit 3127fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# built documents.
#
# get version using setuptools-scm
release = get_distribution('satpy').version
release = get_distribution('pydecorate').version
# The full version, including alpha/beta/rc tags.
# for example take major/minor
version = '.'.join(release.split('.')[:2])
Expand Down

0 comments on commit 3127fcb

Please sign in to comment.