Skip to content

Commit

Permalink
Making a 4.4.1 for packaging reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 14, 2017
1 parent fdadbe8 commit 1f174f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Change history for Coverage.py

.. _changes_441:

Unreleased
----------
Version 4.4.1 --- 2017-05-14
----------------------------

(nothing yet)
- No code changes: just corrected packaging for Python 2.7 Linux wheels.


.. _changes_44:
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, 1, 'alpha', 0)
version_info = (4, 4, 1, 'final', 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '4.4' # CHANGEME
# The full version, including alpha/beta/rc tags.
release = '4.4' # CHANGEME
release = '4.4.1' # CHANGEME

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ not.

.. ifconfig:: not prerelease

The latest version is coverage.py 4.4, released May 7th 2017. It
The latest version is coverage.py 4.4.1, released May 14th 2017. It
is supported on:

* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
Expand Down

0 comments on commit 1f174f7

Please sign in to comment.