Skip to content

Commit

Permalink
bump version to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 7, 2021
1 parent 3f0f97f commit 6ffde69
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 27
patch = 3
minor = 28
patch = 0
date = [
'emborg/__init__.py __released__',
'README.rst Released',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -20,7 +20,7 @@ Emborg — Front-End to Borg Backup
:target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.27.3
:Version: 1.28.0
:Released: 2021-11-06

*Emborg* is a simple command line utility to orchestrate backups. It is built as
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.27.3'
release = '1.28.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Expand Up @@ -3,7 +3,7 @@
Emborg — Front-End to Borg Backup
=================================

| Version: 1.27.3
| Version: 1.28.0
| Released: 2021-11-06
| Please report all bugs and suggestions on
`Github <https://github.com/KenKundert/emborg/issues>`_.
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Expand Up @@ -3,7 +3,7 @@ Releases

Latest development release
--------------------------
| Version: 1.27.3
| Version: 1.28.0
| Released: 2021-11-06

Expand Down
2 changes: 1 addition & 1 deletion emborg/__init__.py
@@ -1,4 +1,4 @@
__version__ = "1.27.3"
__version__ = "1.28.0"
__released__ = "2021-11-06"

from .settings import Settings as Emborg
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name = "emborg",
version = "1.27.3",
version = "1.28.0",
author = "Ken Kundert",
author_email = "emborg@nurdletech.com",
description = "Borg front end.",
Expand Down

0 comments on commit 6ffde69

Please sign in to comment.