Skip to content

Commit

Permalink
Prepare 3.0.0 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jun 2, 2018
1 parent bd01fc1 commit 15206a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion wsgidav/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
"""
Current WsgiDAV version number.
See https://www.python.org/dev/peps/pep-0440
Examples
Pre-releases (alpha, beta, release candidate):
'3.0.0a1', '3.0.0b1', '3.0.0rc1'
Final Release:
'3.0.0'
Developmental release (to mark 3.0.0 as 'used'. Don't publish this):
'3.0.0.dev1'
"""
__version__ = "3.0.0"
__version__ = "3.0.0a1"

0 comments on commit 15206a8

Please sign in to comment.