Skip to content

Commit

Permalink
update version to rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Feb 26, 2020
1 parent ad93acf commit 24aa333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civicpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__major__ = '1'
__minor__ = '0'
__patch__ = '0'
__meta_label__ = 'rc5'
__meta_label__ = 'rc6'
__short_version__ = f"{__major__}.{__minor__}"
__version__ = f"{__short_version__}.{__patch__}"
if __meta_label__:
Expand Down

0 comments on commit 24aa333

Please sign in to comment.