Skip to content

Commit

Permalink
update release notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Aug 21, 2022
1 parent d17001c commit 03fdd99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 1.23.0 (21st August 2022)

* Fixed dependency conflict for packages using newer versions of click (@skarzi)
* Graph will include deleted files (@ThomasTNO)

## 1.22.0 (15th July 2022)

* Add support for Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion src/wily/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import logging
import datetime

__version__ = "1.22.0"
__version__ = "1.23.0"

_, WILY_LOG_NAME = tempfile.mkstemp(suffix="wily_log")

Expand Down

0 comments on commit 03fdd99

Please sign in to comment.