Skip to content

Commit 8a01d49

Browse files
committed
Bump version to ART 1.20.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent 0373dff commit 8a01d49

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
images: adversarialrobustnesstoolbox/releases
3636
tags: |
37-
type=raw,value={{branch}}-1.19.2-{{sha}}
37+
type=raw,value={{branch}}-1.20.0-{{sha}}
3838
type=semver,pattern={{version}}
3939
4040
- name: Build and push Docker image

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.19
1+
# Adversarial Robustness Toolbox (ART) v1.20
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.19
1+
# Adversarial Robustness Toolbox (ART) v1.20
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
@@ -13,7 +13,7 @@
1313
from art import preprocessing
1414

1515
# Semantic Version
16-
__version__ = "1.19.2"
16+
__version__ = "1.20.0"
1717

1818
LOGGING = {
1919
"version": 1,

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "Maria-Irina Nicolae"
2626

2727
# The short X.Y version
28-
version = "1.19"
28+
version = "1.20"
2929
# The full version, including alpha/beta/rc tags
30-
release = "1.19.2"
30+
release = "1.20.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)