Skip to content

Commit

Permalink
Bumped version number to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k0retux committed Sep 16, 2016
1 parent 97bd1fa commit b6bc26b
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 @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.25'
# The full version, including alpha/beta/rc tags.
release = '0.25.1'
release = '0.25.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion framework/global_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from libs.utils import ensure_dir, ensure_file


fuddly_version = '0.25.1'
fuddly_version = '0.25.2'

framework_folder = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
# framework_folder = os.path.dirname(framework.__file__)
Expand Down

0 comments on commit b6bc26b

Please sign in to comment.