We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48082e5 commit 451b543Copy full SHA for 451b543
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Fab Team'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.10.0.dev'
+release = '0.10.0'
26
27
28
# -- General configuration ---------------------------------------------------
source/fab/__init__.py
@@ -10,7 +10,7 @@
10
import logging
11
import sys
12
13
-__version__ = '0.10.0.dev'
+__version__ = '0.10.0'
14
15
logger = logging.getLogger(__name__)
16
logger.addHandler(logging.StreamHandler(sys.stdout))
0 commit comments