Skip to content

Commit

Permalink
bump version to 4.4.1a0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 8, 2017
1 parent 286dca7 commit fdadbe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
Change history for Coverage.py
==============================

.. _changes_441:

Unreleased
----------

(nothing yet)


.. _changes_44:

Version 4.4 --- 2017-05-07
Expand Down
2 changes: 1 addition & 1 deletion coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is exec'ed in setup.py, don't import anything!

# Same semantics as sys.version_info.
version_info = (4, 4, 0, 'final', 0)
version_info = (4, 4, 1, 'alpha', 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down

0 comments on commit fdadbe8

Please sign in to comment.