Skip to content

Commit

Permalink
Merge pull request #377 from ed-velez/release_1_2_12
Browse files Browse the repository at this point in the history
Tag holland 1.2.12
  • Loading branch information
dsgnr authored May 31, 2024
2 parents baf1ed6 + f0e7028 commit fb554ed
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion contrib/holland-commvault/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland_commvault",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.example/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.example",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mariabackup/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.mariabackup",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mongodump/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.mongodump",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mysql_lvm/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.mysql_lvm",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mysqldump/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.mysqldump",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.pg_basebackup/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.pg_basebackup",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.pgdump/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.pgdump",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.random/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.random",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.sqlite/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.sqlite",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.tar/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.tar",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.xtrabackup/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.backup.xtrabackup",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.lib.common/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.lib.common",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.lib.lvm/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland.lib.lvm",
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.lib.mysql/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"


setup(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.2.11"
version = "1.2.12"

setup(
name="holland",
Expand Down

0 comments on commit fb554ed

Please sign in to comment.