Skip to content

Commit ae035ac

Browse files
Ken KundertKen Kundert
Ken Kundert
authored and
Ken Kundert
committed
bump version to 1.35
1 parent 5ea189e commit ae035ac

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Emborg — Front-End to Borg Backup
2020
:target: https://pypi.python.org/pypi/emborg/
2121

2222
:Author: Ken Kundert
23-
:Version: 1.34.2
23+
:Version: 1.35
2424
:Released: 2023-03-20
2525

2626
*Emborg* is a simple command line utility to orchestrate backups. It is built as

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.34.2'
58+
release = '1.35'
5959
# The short X.Y version.
6060
version = '.'.join(release.split('.')[0:2])
6161

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Emborg — Front-End to Borg Backup
44
=================================
55

6-
| Version: 1.34.2
6+
| Version: 1.35
77
| Released: 2023-03-20
88
| Please report all bugs and suggestions on GitHub_.
99

doc/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Releases
33

44
Latest development release
55
--------------------------
6-
| Version: 1.34.2
6+
| Version: 1.35
77
| Released: 2023-03-20
88
99

emborg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.34.2"
1+
__version__ = "1.35"
22
__released__ = "2023-03-20"
33

44
from .emborg import Emborg

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "emborg"
3-
version = "1.34.2"
3+
version = "1.35"
44
description = "Borg front end."
55
readme = "README.rst"
66
keywords = ["emborg", "borg", "borgmatic", "backups"]

0 commit comments

Comments
 (0)