Skip to content

Commit 3a95707

Browse files
author
Beat Buesser
committed
Bump version to 1.6.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent e3942cd commit 3a95707

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [main, dev_1.0.1, dev_1.1.0, dev_1.1.1, dev_1.2.0, dev_1.3.0, dev_1.3.1, dev_1.3.2, dev_1.3.3, dev_1.4.0, dev_1.4.1, dev_1.4.2, dev_1.5.0]
10+
branches: [main, dev_1.6.0, dev_1.6.1]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
1313
branches: [main]

README-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adversarial Robustness Toolbox (ART) v1.5
1+
# Adversarial Robustness Toolbox (ART) v1.6
22
<p align="center">
33
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
44
</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adversarial Robustness Toolbox (ART) v1.5
1+
# Adversarial Robustness Toolbox (ART) v1.6
22
<p align="center">
33
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
44
</p>

art/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from art import wrappers
1212

1313
# Semantic Version
14-
__version__ = "1.6.0-dev"
14+
__version__ = "1.6.0"
1515

1616
# pylint: disable=C0103
1717

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.6'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.6.0-dev'
29+
release = '1.6.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)