Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
karolyi committed May 23, 2024
1 parent 7cf4d16 commit b37e29f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.13 (2024-05-23)
-------------------
* Fix error with Django>=4.1.3: <https://github.com/goinnn/django-multiselectfield/pull/135>

0.1.12 (2020-02-20)
-------------------

Expand Down
1 change: 1 addition & 0 deletions multiselectfield/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
string = str
string_type = string


class _FakeSqlVal(UserList):

contains_aggregate = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read(*rnames):

setup(
name="django-multiselectfield",
version="0.1.12",
version="0.1.13",
author="Pablo Martin",
author_email="[email protected]",
description="Django multiple select field",
Expand Down

0 comments on commit b37e29f

Please sign in to comment.