Skip to content

Commit

Permalink
Release 5.0: Reliable end of life (EOL) detection
Browse files Browse the repository at this point in the history
This release includes pull requests #2
and #4 and fixes issues #1 and #3.
  • Loading branch information
xolox committed Nov 1, 2017
1 parent 823f758 commit 2508842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt_mirror_updater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from apt_mirror_updater.http import NotFoundError, fetch_concurrent, fetch_url, get_default_concurrency

# Semi-standard module versioning.
__version__ = '4.0'
__version__ = '5.0'

MAIN_SOURCES_LIST = '/etc/apt/sources.list'
"""The absolute pathname of the list of configured APT data sources (a string)."""
Expand Down

0 comments on commit 2508842

Please sign in to comment.