Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
10cbc2b1
Unverified
Commit
10cbc2b1
authored
Aug 11, 2023
by
Tong Gao
Committed by
GitHub
Aug 11, 2023
Browse files
Bump version to 0.1.2 (#190)
parent
bf79ff1c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
13 deletions
+17
-13
docs/en/conf.py
docs/en/conf.py
+8
-6
docs/zh_cn/conf.py
docs/zh_cn/conf.py
+8
-6
opencompass/__init__.py
opencompass/__init__.py
+1
-1
No files found.
docs/en/conf.py
View file @
10cbc2b1
...
...
@@ -27,14 +27,16 @@ copyright = '2023, OpenCompass'
author
=
'OpenCompass Authors'
# The full version, including alpha/beta/rc tags
#
version_file = '../../opencompass/
version
.py'
version_file
=
'../../opencompass/
__init__
.py'
# def get_version():
# with open(version_file, 'r') as f:
# exec(compile(f.read(), version_file, 'exec'))
# return locals()['__version__']
release
=
'1.0.0'
def
get_version
():
with
open
(
version_file
,
'r'
)
as
f
:
exec
(
compile
(
f
.
read
(),
version_file
,
'exec'
))
return
locals
()[
'__version__'
]
release
=
get_version
()
# -- General configuration ---------------------------------------------------
...
...
docs/zh_cn/conf.py
View file @
10cbc2b1
...
...
@@ -27,14 +27,16 @@ copyright = '2023, OpenCompass'
author
=
'OpenCompass Authors'
# The full version, including alpha/beta/rc tags
#
version_file = '../../opencompass/
version
.py'
version_file
=
'../../opencompass/
__init__
.py'
# def get_version():
# with open(version_file, 'r') as f:
# exec(compile(f.read(), version_file, 'exec'))
# return locals()['__version__']
release
=
'0.5.0'
def
get_version
():
with
open
(
version_file
,
'r'
)
as
f
:
exec
(
compile
(
f
.
read
(),
version_file
,
'exec'
))
return
locals
()[
'__version__'
]
release
=
get_version
()
# -- General configuration ---------------------------------------------------
...
...
opencompass/__init__.py
View file @
10cbc2b1
__version__
=
'0.1.
0
'
__version__
=
'0.1.
2
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment