Skip to content

Commit

Permalink
Bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martin68 committed Nov 28, 2019
1 parent f6ecc19 commit 643fe04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 7.1.2`_ (2019-11-28)
-----------------------------

- Support Python 3.8
- Add `-C --codename` flag to create chroot with a distribution codename.
- Blacklist BASE_URL mirror if matches blacklist pattern, this helps when BASE_URL (official) mirror is the only up-to-date one and you find it so slow that you'd like to blacklist it.

.. _Release 7.1.2: https://github.com/martin68/apt-smart/compare/7.1.1...7.1.2

`Release 7.1.1`_ (2019-11-04)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion apt_smart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
from apt_smart.releases import discover_releases

# Semi-standard module versioning.
__version__ = '7.1.1'
__version__ = '7.1.2'

SOURCES_LIST_ENCODING = 'UTF-8'
"""The text encoding of :attr:`main_sources_list` (a string)."""
Expand Down

0 comments on commit 643fe04

Please sign in to comment.