Skip to content

Commit f2a4abc

Browse files
authored
Updated versions to 0.12.1dev0 (#1455)
1 parent e627184 commit f2a4abc

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.git-blame-ignore-revs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ b0cd5f85c9b0c2705359fee3a3f4f3feda53bfa0
88

99
# Add clang-format to pre-commit config
1010
ae755b57a9aeeb09435594aa7f6a04bf4cdc55fa
11+
12+
# Add isort to pre-commit config
13+
3f202cf778cc47698310f2d040e5f83bdf2a90da
14+
15+
# Add flake8 to pre-commit config
16+
c106d91b866f4acd30226b68519b12a73a881490
17+
18+
# Add pygrep-hooks to pre-commit config
19+
e62718415aa3660da5f607e352c991a063a54219

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# The short X.Y version
3434
version = "0.12"
3535
# The full version, including alpha/beta/rc tags
36-
release = "0.12.0"
36+
release = "0.12.1dev0"
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.12.0
41+
PROJECT_NUMBER = 0.12.1dev0
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.12.0"
32+
__version__: str = "0.12.1dev0"
3333

3434
version: str = __version__

0 commit comments

Comments
 (0)