Skip to content

Commit dbc5555

Browse files
authored
Merge pull request #718 from pz-max/release-v0.2.0
new release version 0.2.0
2 parents 3b70a70 + 697fdca commit dbc5555

File tree

4 files changed

+356
-270
lines changed

4 files changed

+356
-270
lines changed

config.default.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 1.0.0
5+
version: 0.2.0
66
tutorial: false
77

88
logging:

config.tutorial.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 1.0.0
5+
version: 0.2.0
66
tutorial: true
77

88
logging:

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
copyright = f"{datetime.datetime.today().year}, {author}"
6666

6767
# The full version, including alpha/beta/rc tags
68-
release = "0.1.0"
68+
release = "0.2.0"
6969

7070
# The name of the Pygments (syntax highlighting) style to use.
7171
pygments_style = "sphinx"

0 commit comments

Comments
 (0)