Update versions

develop 2.2.31
parent 51674de53a
commit abcde17d25

@ -4,8 +4,8 @@ INSTALL
-------
calculate-assemble needs the following library version installed, in order to run:
calculate-install >= 2.2.30
calculate-lib >= 2.2.30
calculate-install >= 2.2.31
calculate-lib >= 2.2.31
To install calculate-assemble , just execute the install script 'setup.py'.
Example:

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.2.30"
__version__ = "2.2.31"
__app__ = "calculate-assemble"
import os

@ -95,7 +95,7 @@ class cl_install_data(install_data):
setup(
name = 'calculate-assemble',
version = "2.2.30",
version = "2.2.31",
description = "System assembling for Calculate Linux",
author = "Calculate Ltd.",
author_email = "support@calculate.ru",

Loading…
Cancel
Save