Skip to content

Commit

Permalink
Update version number to reflect some more changes
Browse files Browse the repository at this point in the history
This is a pretty random choice but we're slowing improving and it has
been a while since 0.6!
  • Loading branch information
Michael Jones committed Aug 31, 2011
1 parent ddfe19a commit 2093b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathe/__init__.py
Original file line number Diff line number Diff line change
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.1.0'
__version__ = '0.7.0'

class BaseDirective(rst.Directive):

Expand Down

0 comments on commit 2093b84

Please sign in to comment.