mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
changelog + version bump + factorize version
This commit is contained in:
parent
2e2453f309
commit
8270988ed4
4 changed files with 13 additions and 2 deletions
|
@ -33,6 +33,8 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
|
|||
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
from ldapcherry import version
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
# If your documentation needs a minimal Sphinx version, state it here.
|
||||
|
@ -64,7 +66,7 @@ copyright = u'2016, Pierre-Francois Carpentier'
|
|||
#
|
||||
# The short X.Y version.
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.0'
|
||||
release = version
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue