Skip to content

Commit

Permalink
Bump version number arbitrarily
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljones committed May 31, 2012
1 parent 6a6706f commit e3ec780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion breathe/__init__.py
Expand Up @@ -29,7 +29,7 @@
import sphinx.domains.cpp
sphinx.domains.cpp._identifier_re = re.compile(r'(~?\b[a-zA-Z_][a-zA-Z0-9_]*)\b')

__version__ = '0.7.0'
__version__ = '0.7.5'

class BaseDirective(rst.Directive):

Expand Down
4 changes: 2 additions & 2 deletions testsuite/source/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.0'
version = '0.7.5'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit e3ec780

Please sign in to comment.