Skip to content

Commit

Permalink
bump version to 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 30, 2019
1 parent 2b5d6ac commit 7670493
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 4
patch = 7
patch = 8
date = [
'emborg/__init__.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Emborg — Front-End to Borg Backup
:target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.4.7
:Released: 2019-09-28
:Version: 1.4.8
:Released: 2019-09-29

*Emborg* is a simple command line utility to orchestrate backups. It is built as
a front-end to Borg, a powerful and fast deduplicating backup program. With
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.4.7'
release = '1.4.8'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Emborg — Front-End to Borg Backup
=================================

| Version: 1.4.7
| Released: 2019-09-28
| Version: 1.4.8
| Released: 2019-09-29
| Please report all bugs and suggestions at
`Github <https://github.com/KenKundert/emborg/issues>`_
(or contact me directly at `emborg@nurdletech.com
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Releases
========

**Latest development release**:
| Version: 1.4.7
| Released: 2019-09-28
| Version: 1.4.8
| Released: 2019-09-29
- Added composite configurations.
- Added support for multiple backup configurations in a single repository.
Expand Down
4 changes: 2 additions & 2 deletions emborg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.7'
__released__ = '2019-09-28'
__version__ = '1.4.8'
__released__ = '2019-09-29'

from .settings import Settings as Emborg
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'emborg',
version = '1.4.7',
version = '1.4.8',
author = 'Ken Kundert',
author_email = 'emborg@nurdletech.com',
description = 'Borg front end.',
Expand Down

0 comments on commit 7670493

Please sign in to comment.