Skip to content

Commit

Permalink
Cut 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Feb 17, 2022
1 parent 819f731 commit 1bcd518
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.16.1
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"1.14.0": "messages/1.14.0.txt",
"1.15.0": "messages/1.15.0.txt",
"1.16.0": "messages/1.16.0.txt",
"1.16.1": "messages/1.16.1.txt",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
Expand Down
5 changes: 5 additions & 0 deletions messages/1.16.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=> 1.16.1

# Features and Fixes

- Fix missing logs in the logging panel (Raoul Wols)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 16, 0)
__version__ = (1, 16, 1)

0 comments on commit 1bcd518

Please sign in to comment.