mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
get_release() instead of __version__
This commit is contained in:
parent
0893916708
commit
ff07d5b2a3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ copyright = u'2013, Juda Kaleta'
|
|||
# The short X.Y version.
|
||||
version = embed_video.get_version()
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = embed_video.__version__
|
||||
release = embed_video.get_release()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue