Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <[email protected]>
  • Loading branch information
Beat Buesser committed Mar 16, 2021
1 parent e3942cd commit 3a95707
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "CodeQL"

on:
push:
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]
branches: [main, dev_1.6.0, dev_1.6.1]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adversarial Robustness Toolbox (ART) v1.5
# Adversarial Robustness Toolbox (ART) v1.6
<p align="center">
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
</p>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adversarial Robustness Toolbox (ART) v1.5
# Adversarial Robustness Toolbox (ART) v1.6
<p align="center">
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
</p>
Expand Down
2 changes: 1 addition & 1 deletion art/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from art import wrappers

# Semantic Version
__version__ = "1.6.0-dev"
__version__ = "1.6.0"

# pylint: disable=C0103

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.6'
# The full version, including alpha/beta/rc tags
release = '1.6.0-dev'
release = '1.6.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 3a95707

Please sign in to comment.