Skip to content

Commit

Permalink
bump to 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Feb 7, 2024
1 parent b0304f4 commit 80905dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.6.12
- fix color printing issue https://github.com/randy3k/radian/issues/468

# v0.6.11
- do not insert new line for carrage return

Expand Down
2 changes: 1 addition & 1 deletion radian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .app import get_app, main

__version__ = '0.6.11'
__version__ = '0.6.12'

__all__ = ["get_app", "main"]

0 comments on commit 80905dd

Please sign in to comment.