Skip to content

Commit 451b543

Browse files
version bump 0.10.0 (#156)
Co-authored-by: MatthewHambley <MatthewHambley@users.noreply.github.com>
1 parent 48082e5 commit 451b543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Fab Team'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.10.0.dev'
25+
release = '0.10.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

source/fab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111
import sys
1212

13-
__version__ = '0.10.0.dev'
13+
__version__ = '0.10.0'
1414

1515
logger = logging.getLogger(__name__)
1616
logger.addHandler(logging.StreamHandler(sys.stdout))

0 commit comments

Comments
 (0)