Skip to content

Commit

Permalink
Add: Add v1.1.6 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
chairc committed Aug 8, 2024
1 parent 0f79fea commit c3742ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
coloredlogs.install(level="INFO")

# IDDM version
__version__ = ["0.0.1", "1.0.0", "1.0.1", "1.0.2", "1.1.0-stable", "1.1.1", "1.1.2-stable", "1.1.3", "1.1.4", "1.1.5"]
__version__ = ["0.0.1", "1.0.0", "1.0.1", "1.0.2", "1.1.0-stable", "1.1.1", "1.1.2-stable", "1.1.3", "1.1.4", "1.1.5",
"1.1.6"]


def get_versions():
Expand Down

0 comments on commit c3742ac

Please sign in to comment.