Skip to content

Commit

Permalink
bump version to 1.40.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 5, 2024
1 parent d9fdf2a commit 942db60
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Emborg — Front-End to Borg Backup
|downloads| |build status| |coverage| |rtd status| |pypi version| |python version|

:Author: Ken Kundert
:Version: 1.40.3
:Released: 2024-11-04
:Version: 1.40.4
:Released: 2024-11-05

*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 @@ -56,7 +56,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.40.3'
release = '1.40.4'
# 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.40.3
| Released: 2024-11-04
| Version: 1.40.4
| Released: 2024-11-05
| Please report all bugs and suggestions on GitHub_.

Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Releases

Latest development release
--------------------------
| Version: 1.40.3
| Released: 2024-11-04
| Version: 1.40.4
| Released: 2024-11-05
1.41 (2024-11-??)
-----------------
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.40.3"
__released__ = "2024-11-04"
__version__ = "1.40.4"
__released__ = "2024-11-05"

from .emborg import Emborg
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "emborg"
version = "1.40.3"
version = "1.40.4"
description = "Borg front end."
readme = "README.rst"
keywords = ["emborg", "borg", "borgbackup", "borgmatic", "vorta", "backups"]
Expand Down

0 comments on commit 942db60

Please sign in to comment.