Skip to content

Commit

Permalink
bump version to 1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Oct 30, 2022
1 parent 9453c38 commit 400e98e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Emborg — Front-End to Borg Backup
:target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.33.1
:Version: 1.33.2
:Released: 2022-10-30

*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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.33.1'
release = '1.33.2'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

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

| Version: 1.33.1
| Version: 1.33.2
| Released: 2022-10-30
| Please report all bugs and suggestions on GitHub_.
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Releases

Latest development release
--------------------------
| Version: 1.33.1
| Version: 1.33.2
| Released: 2022-10-30
- Added ability to apply the :ref:`info <info>` command to a particular archive.
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.33.1"
__version__ = "1.33.2"
__released__ = "2022-10-30"

from .settings import Settings as 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.33.1"
version = "1.33.2"
description = "Borg front end."
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 400e98e

Please sign in to comment.