Skip to content

Commit

Permalink
django-translated-fields 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 27, 2020
1 parent 47397b6 commit a7653f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translated_fields/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 10, 0)
VERSION = (0, 10, 1)
__version__ = ".".join(map(str, VERSION))

try:
Expand Down

0 comments on commit a7653f2

Please sign in to comment.