Skip to content

Commit

Permalink
bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 13, 2023
1 parent 8065ed7 commit bbed0a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Releases

Latest development release
--------------------------
| Version: 2.2rc1
| Version: 2.2
| Released: 2023-06-12

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Borg-Space — Report and track the size of your Emborg repositories
:target: https://pypi.python.org/pypi/borg-space/

:Author: Ken Kundert
:Version: 2.2rc1
:Version: 2.2
:Released: 2023-06-12

*Borg-Space* is an accessory for Emborg_. It reports on the space consumed by
Expand Down
2 changes: 1 addition & 1 deletion borg_space/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
data_dir = Path(user_data_dir('borg-space'))
now = str(arrow.now())
Quantity.set_prefs(prec='full')
__version__ = "2.2rc1"
__version__ = "2.2"
__released__ = "2023-06-12"
date_format = settings.get('date_format', 'D MMMM YYYY')
size_format = settings.get('size_format', '.2b')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "borg_space"
dist-name = "borg-space"
version = "2.2rc1"
version = "2.2"
description = "Accessory for Emborg used to report and track the size of your Borg repositories"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down

0 comments on commit bbed0a8

Please sign in to comment.