Skip to content

Commit

Permalink
version bump to 0.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 16, 2024
1 parent b87c798 commit b1c04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from packaging import version

__version__ = "0.69.1.dev"
__version__ = "0.69.1"
safe_version = __version__

try:
Expand Down

3 comments on commit b1c04de

@the-smallest-coder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paul-gauthier I noticed that HISTORY.md doesn't mention this update. When I received the new version without any notes in the history or changelog, I felt a bit uneasy. If you need assistance with updating the history, feel free to let me know.

@dallarosa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here! I came looking at the commit history exactly for the same reason.

@paul-gauthier
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry the ..X releases are usually just bug fixes. I sometimes forget to update the history file.

Please sign in to comment.