Skip to content

Commit

Permalink
version bump 0.10.0 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewHambley <[email protected]>
  • Loading branch information
bblay and MatthewHambley authored Oct 25, 2022
1 parent 48082e5 commit 451b543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Fab Team'

# The full version, including alpha/beta/rc tags
release = '0.10.0.dev'
release = '0.10.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/fab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging
import sys

__version__ = '0.10.0.dev'
__version__ = '0.10.0'

logger = logging.getLogger(__name__)
logger.addHandler(logging.StreamHandler(sys.stdout))
Expand Down

0 comments on commit 451b543

Please sign in to comment.