Skip to content

Commit

Permalink
chore: new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed May 24, 2024
1 parent ebfebd4 commit 4f964d0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Release notes

## 1.12.0
May 24, 2024
* Add **--no-color** argument

## 1.11.0
Feb 15, 2024
* Add **-file-data** argument in *backup* action
* Add **--file-data** argument in *backup* action
* Add **--force** argument in *every* action
* Add *confirm* function to every potentially destrucive actions
* Fix returns of *get_last_backup* function
Expand Down
2 changes: 1 addition & 1 deletion bb.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
import utility

# region Global Variables
VERSION = "1.11.0"
VERSION = "1.12.0"


# endregion
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Matteo Guadrini <[email protected]>"

# The short X.Y version
version = "1.11.0"
version = "1.12.0"
# The full version, including alpha/beta/rc tags
release = ""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ py-modules = ["bb", "utility"]

[project]
name = "Butterfly-Backup"
version = "1.11.0"
version = "1.12.0"
readme = "README.md"
license = {text = "GNU General Public License v3.0"}
keywords = ['backup', 'archive', 'restore', 'rsync', 'catalog', 'list',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
setup(
name="Butterfly-Backup",
py_modules=["bb", "utility"],
version="1.10.0",
version="1.12.0",
url="https://matteoguadrini.github.io/Butterfly-Backup/",
project_urls={
"Documentation": "https://butterfly-backup.readthedocs.io/en/latest/",
Expand Down

0 comments on commit 4f964d0

Please sign in to comment.