Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 19, 2019
1 parent b324a0f commit dd1e72b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 = 2
patch = 2
minor = 3
patch = 0
date = [
'emborg/__init__.py __released__',
'README.rst Released',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ emborg -- Encrypted Backups to a Remote Server
:target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.2.2
:Version: 1.3.0
:Released: 2019-01-19

Emborg is a simple command line utility to orchestrate backups. It is built as
Expand Down
2 changes: 1 addition & 1 deletion emborg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.2'
__version__ = '1.3.0'
__released__ = '2019-01-19'

from .settings import Settings as Emborg
2 changes: 1 addition & 1 deletion releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Releases
- Added warning if settings file is world readable and contains a passphrase.

**Latest development release**:
| Version: 1.2.2
| Version: 1.3.0
| Released: 2019-01-19
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.2.2',
version = '1.3.0',
author = 'Ken Kundert',
author_email = 'emborg@nurdletech.com',
description = 'Borg front end.',
Expand Down

0 comments on commit dd1e72b

Please sign in to comment.