Compare commits

...

6 Commits
master ... r1.5

Author SHA1 Message Date
  i-robot 544ea7560a !274 Change version to 1.5.0 3 years ago
  emmmmtang 8d7d926123 change version to 1.5.0 3 years ago
  i-robot 07e376634a !273 Add .jenkins 3 years ago
  emmmmtang def513b3ac add jenkins 3 years ago
  i-robot 892b53d563 !269 Update Release Note 3 years ago
  i-robot 1582b60118 !267 Update version number 3 years ago
2 changed files with 3 additions and 1 deletions
Unified View
  1. +2
    -0
      .jenkins/test/config/dependent_packages.yaml
  2. +1
    -1
      setup.py

+ 2
- 0
.jenkins/test/config/dependent_packages.yaml View File

@@ -0,0 +1,2 @@
mindspore:
'mindspore/mindspore/version/202110/20211016/r1.5_20211016173415_b550abc902290739ca38bda0d01cfea7e053e77d/'

+ 1
- 1
setup.py View File

@@ -21,7 +21,7 @@ from setuptools import setup
from setuptools.command.egg_info import egg_info from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py from setuptools.command.build_py import build_py


version = '1.5.0-rc1'
version = '1.5.0'
cur_dir = os.path.dirname(os.path.realpath(__file__)) cur_dir = os.path.dirname(os.path.realpath(__file__))
pkg_dir = os.path.join(cur_dir, 'build') pkg_dir = os.path.join(cur_dir, 'build')




Loading…
Cancel
Save