mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 07:35:00 +00:00
Merge branch 'main' into chat-history
This commit is contained in:
commit
a1f2fc4482
4 changed files with 13 additions and 7 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.9.0-dev"
|
||||
__version__ = "0.9.1-dev"
|
||||
|
|
|
@ -13,9 +13,7 @@ def check_version(print_cmd):
|
|||
latest_version = data["info"]["version"]
|
||||
current_version = aider.__version__
|
||||
|
||||
if packaging.version.parse(latest_version) <= packaging.version.parse(
|
||||
current_version
|
||||
):
|
||||
if packaging.version.parse(latest_version) <= packaging.version.parse(current_version):
|
||||
return
|
||||
|
||||
print_cmd(f"Newer version v{latest_version} is available. To upgrade, run:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue