Skip to content

Commit

Permalink
bump version to 3.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Jun 18, 2018
1 parent adefed0 commit d3e4f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailstreamforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (3, 0, 0, 'rc', 2)
VERSION = (3, 0, 0, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit d3e4f6a

Please sign in to comment.