We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bfab6 commit 913c108Copy full SHA for 913c108
source/fab/__init__.py
@@ -10,7 +10,7 @@
10
import logging
11
import sys
12
13
-__version__ = '1.0.dev0'
+__version__ = '1.0'
14
15
logger = logging.getLogger(__name__)
16
logger.addHandler(logging.StreamHandler(sys.stdout))
0 commit comments