Skip to content

Commit

Permalink
bump version to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Oct 23, 2022
1 parent ad527b2 commit d7070be
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -20,8 +20,8 @@ Emborg — Front-End to Borg Backup
:target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.33.0rc1
:Released: 2022-10-21
:Version: 1.33.0
:Released: 2022-10-22

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

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Expand Up @@ -3,8 +3,8 @@
Emborg — Front-End to Borg Backup
=================================

| Version: 1.33.0rc1
| Released: 2022-10-21
| Version: 1.33.0
| Released: 2022-10-22
| Please report all bugs and suggestions on GitHub_.

Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Expand Up @@ -3,8 +3,8 @@ Releases

Latest development release
--------------------------
| Version: 1.33.0rc1
| Released: 2022-10-21
| Version: 1.33.0
| Released: 2022-10-22

1.33 (2022-10-22)
Expand Down
4 changes: 2 additions & 2 deletions emborg/__init__.py
@@ -1,4 +1,4 @@
__version__ = "1.33.0rc1"
__released__ = "2022-10-21"
__version__ = "1.33.0"
__released__ = "2022-10-22"

from .settings import Settings as Emborg
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "emborg"
version = "1.33.0rc1"
version = "1.33.0"
description = "Borg front end."
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down

0 comments on commit d7070be

Please sign in to comment.