Skip to content

Commit

Permalink
bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 24, 2019
1 parent 052f310 commit 8a9d988
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 3
patch = 4
minor = 4
patch = 0
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 -- Encrypted Backups to a Remote Server
:target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.3.4
:Released: 2019-04-23
:Version: 1.4.0
:Released: 2019-04-24

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
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.3.4'
__released__ = '2019-04-23'
__version__ = '1.4.0'
__released__ = '2019-04-24'

from .settings import Settings as Emborg
4 changes: 2 additions & 2 deletions releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Releases
========

**Latest development release**:
| Version: 1.3.4
| Released: 2019-04-23
| Version: 1.4.0
| Released: 2019-04-24
**1.4 (2019-04-24)**:
- Added *ssh_command* setting
Expand Down
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.3.4',
version = '1.4.0',
author = 'Ken Kundert',
author_email = 'emborg@nurdletech.com',
description = 'Borg front end.',
Expand Down

0 comments on commit 8a9d988

Please sign in to comment.