Skip to content

Commit

Permalink
bump version to 0.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Feb 3, 2025
1 parent 2a10892 commit 6ca0aa2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg.nt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
major: 0
minor: 0
patch: 0
revision: 4
revision: 5
type: beta
files:
pyproject.toml:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Assimilate — Front-End to Borg Backup
|downloads| |build status| |coverage| |rtd status| |pypi version| |python version|

:Author: Ken Kundert
:Version: 0.0b4
:Released: 2025-01-25
:Version: 0.0b5
:Released: 2025-02-02

*Assimilate* is a simple command line utility to orchestrate backups. It is
built as a front-end to Borg_, a powerful and fast de-duplicating backup
Expand Down
4 changes: 2 additions & 2 deletions assimilate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0b4"
__released__ = "2025-01-25"
__version__ = "0.0b5"
__released__ = "2025-02-02"

from .assimilate import Assimilate, Error as AssimilateError
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 = '0.0b4'
release = '0.0b5'
# 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 @@ -5,8 +5,8 @@
Assimilate — Front-End to Borg Backup
=====================================

| Version: 0.0b4
| Released: 2025-01-25
| Version: 0.0b5
| Released: 2025-02-02
| 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 @@ -30,8 +30,8 @@ earlier versions of *Borg* you should use Emborg_.

Latest development release
--------------------------
| Version: 0.0b4
| Released: 2025-01-25
| Version: 0.0b5
| Released: 2025-02-02
0.0.0 (2025-??-??)
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "assimilate"
version = "0.0b4"
version = "0.0b5"
description = "Borg front end."
readme = "README.rst"
keywords = ["assimilate", "emborg", "borg", "borgmatic", "backups"]
Expand Down

0 comments on commit 6ca0aa2

Please sign in to comment.