Skip to content

Commit

Permalink
Bump version to 3.2.dev0.
Browse files Browse the repository at this point in the history
As per the Contributing Guide, this should have happened before we commited
various 3.2 related changes. In any event, version 3.2 is now officially in
development status.
  • Loading branch information
waylan committed Nov 25, 2019
1 parent b33aa85 commit 0891f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# (1, 2, 0, 'beta', 2) => "1.2b2"
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2"
__version_info__ = (3, 1, 1, 'final', 0)
__version_info__ = (3, 2, 0, 'dev', 0)


def _get_version(): # pragma: no cover
Expand Down

0 comments on commit 0891f61

Please sign in to comment.