From a32c9d19da65aa433a89f26df8b58856bc0cf67d Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Sun, 21 Apr 2019 17:28:52 -0600 Subject: [PATCH] Tag alpha release for v2.0.0 --- .bumpversion.cfg | 2 +- PVGeo/__init__.py | 2 +- PVPlugins/PVGeo_Filters.py | 2 +- PVPlugins/PVGeo_GSLib.py | 2 +- PVPlugins/PVGeo_Grid_Tools.py | 2 +- PVPlugins/PVGeo_Model_Builder.py | 2 +- PVPlugins/PVGeo_Readers.py | 2 +- PVPlugins/PVGeo_Tunneling.py | 2 +- PVPlugins/PVGeo_UBC_Tools.py | 2 +- PVPlugins/__init__.py | 2 +- pvmacros/__init__.py | 2 +- setup.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aa21e0e3..95e2eb58 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.3 +current_version = 2.0.0a commit = True tag = True diff --git a/PVGeo/__init__.py b/PVGeo/__init__.py index 61732f82..c12672d9 100644 --- a/PVGeo/__init__.py +++ b/PVGeo/__init__.py @@ -46,7 +46,7 @@ def tryVTK(): __author__ = 'Bane Sullivan' __license__ = 'BSD-3-Clause' __copyright__ = '2018, Bane Sullivan' -__version__ = '1.2.3' +__version__ = '2.0.0a' __displayname__ = 'PVGeo' diff --git a/PVPlugins/PVGeo_Filters.py b/PVPlugins/PVGeo_Filters.py index 206c3a6a..ab3484dd 100644 --- a/PVPlugins/PVGeo_Filters.py +++ b/PVPlugins/PVGeo_Filters.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/PVGeo_GSLib.py b/PVPlugins/PVGeo_GSLib.py index 0033113b..16848b5c 100644 --- a/PVPlugins/PVGeo_GSLib.py +++ b/PVPlugins/PVGeo_GSLib.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/PVGeo_Grid_Tools.py b/PVPlugins/PVGeo_Grid_Tools.py index a24fa003..523e6ce7 100644 --- a/PVPlugins/PVGeo_Grid_Tools.py +++ b/PVPlugins/PVGeo_Grid_Tools.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/PVGeo_Model_Builder.py b/PVPlugins/PVGeo_Model_Builder.py index 210e220b..384d6a6a 100644 --- a/PVPlugins/PVGeo_Model_Builder.py +++ b/PVPlugins/PVGeo_Model_Builder.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/PVGeo_Readers.py b/PVPlugins/PVGeo_Readers.py index a9908016..b2bb6b79 100644 --- a/PVPlugins/PVGeo_Readers.py +++ b/PVPlugins/PVGeo_Readers.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/PVGeo_Tunneling.py b/PVPlugins/PVGeo_Tunneling.py index 74dee138..f53e9733 100644 --- a/PVPlugins/PVGeo_Tunneling.py +++ b/PVPlugins/PVGeo_Tunneling.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/PVGeo_UBC_Tools.py b/PVPlugins/PVGeo_UBC_Tools.py index 5ba70202..c50b6e69 100644 --- a/PVPlugins/PVGeo_UBC_Tools.py +++ b/PVPlugins/PVGeo_UBC_Tools.py @@ -1,4 +1,4 @@ -paraview_plugin_version = '1.2.3' +paraview_plugin_version = '2.0.0a' # This is module to import. It provides VTKPythonAlgorithmBase, the base class # for all python-based vtkAlgorithm subclasses in VTK and decorators used to # 'register' the algorithm with ParaView along with information about UI. diff --git a/PVPlugins/__init__.py b/PVPlugins/__init__.py index bedf7aee..9a36ba30 100644 --- a/PVPlugins/__init__.py +++ b/PVPlugins/__init__.py @@ -15,4 +15,4 @@ __author__ = 'Bane Sullivan' __license__ = 'BSD-3-Clause' __copyright__ = '2018, Bane Sullivan' -__version__ = '1.2.3' +__version__ = '2.0.0a' diff --git a/pvmacros/__init__.py b/pvmacros/__init__.py index f3aa0070..ee6a1038 100644 --- a/pvmacros/__init__.py +++ b/pvmacros/__init__.py @@ -22,7 +22,7 @@ __author__ = 'Bane Sullivan' __license__ = 'BSD-3-Clause' __copyright__ = '2018, Bane Sullivan' -__version__ = '1.2.3' +__version__ = '2.0.0a' __displayname__ = 'ParaView Macros' diff --git a/setup.py b/setup.py index ee3750f7..a0cbbb24 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys import os -__version__ = '1.2.3' +__version__ = '2.0.0a' with open("README.md", "r") as f: long_description = f.read()