Skip to content

Commit

Permalink
Release 0.10: Switch to getopt.gnu_getopt()
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 30, 2018
1 parent 0c6430d commit 4b6e724
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 0.10`_ (2018-04-30)
----------------------------

- Switched to the more user friendly ``getopt.gnu_getopt()``.
- Added this changelog, restructured the online documentation.
- Documented the ``-f``, ``--force`` option in the readme.
- Integrated the use of ``property_manager.sphinx``.

.. _Release 0.10: https://github.com/xolox/python-rsync-system-backup/compare/0.9...0.10

`Release 0.9`_ (2017-07-11)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion rsync_system_backup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
)

# Semi-standard module versioning.
__version__ = '0.9'
__version__ = '0.10'

# Initialize a logger for this module.
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 4b6e724

Please sign in to comment.