Skip to content

Commit 30097d8

Browse files
authored
Update version to 0.12.0 (#1440)
1 parent 84f01c3 commit 30097d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
author = 'Intel'
3232

3333
# The short X.Y version
34-
version = '0.11'
34+
version = '0.12'
3535
# The full version, including alpha/beta/rc tags
36-
release = '0.11.2dev2'
36+
release = '0.12.0'
3737

3838

3939
# -- General configuration ---------------------------------------------------

dpnp/backend/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "DPNP C++ backend kernel library"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.11.2dev2
41+
PROJECT_NUMBER = 0.12.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

dpnp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
DPNP version module
3030
"""
3131

32-
__version__: str = '0.11.2dev2'
32+
__version__: str = '0.12.0'
3333

3434
version: str = __version__

0 commit comments

Comments
 (0)