Skip to content

Commit

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

`Release 7.0.6`_ (2019-9-25)
----------------------------

- Readme & help about proxy setting
- Deal with the [options] in sources.list by stripping it from sources.list, and then get it back when generating new sources.list ,
fix https://github.com/jblakeman/apt-select/issues/54
- Add a warning: custom mirror file's path and filename must NOT contain whitespace
- Add -R, --create-chroot=local_dir_absolute_path to create chroot with the best mirror in a local directory with absolute_path
- More test cases

.. _Release 7.0.6: https://github.com/martin68/apt-smart/compare/7.0.5...7.0.6

`Release 7.0.5`_ (2019-9-21)
----------------------------

Expand Down
1 change: 1 addition & 0 deletions README-zh-cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ updating.
against the full URL of each mirror."
"``-v``, ``--verbose``",Increase logging verbosity (can be repeated).
"``-V``, ``--version``",Show version number and Python version.
"``-R``, ``--create-chroot=local_dir_absolute_path``",Create chroot with the best mirror in a local directory with absolute_path
"``-q``, ``--quiet``",Decrease logging verbosity (can be repeated).
"``-h``, ``--help``"," Show this message and exit.

Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ updating.
against the full URL of each mirror."
"``-v``, ``--verbose``",Increase logging verbosity (can be repeated).
"``-V``, ``--version``",Show version number and Python version.
"``-R``, ``--create-chroot=local_dir_absolute_path``",Create chroot with the best mirror in a local directory with absolute_path
"``-q``, ``--quiet``",Decrease logging verbosity (can be repeated).
"``-h``, ``--help``"," Show this message and exit.

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

# Semi-standard module versioning.
__version__ = '7.0.5'
__version__ = '7.0.6'

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 ca65df6

Please sign in to comment.