Skip to content

Commit

Permalink
bump to v0.6.7 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k authored Aug 20, 2023
1 parent 4137b2c commit 2c877bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.6.7
- set LC_CTYPE to en_US.UTF-8 if it is not set


# v0.6.6

- Use backported is_ascii (#415)
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.6'
__version__ = '0.6.7'

__all__ = ["get_app", "main"]

0 comments on commit 2c877bf

Please sign in to comment.