Skip to content

Commit 20e4b1e

Browse files
committed
Bump to 0.57.1.
1 parent 31b037e commit 20e4b1e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

django_unicorn/static/unicorn/js/unicorn.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.58.0.dev
3+
## 0.57.1
44

55
- Fix: Correctly serialize forms that have a a field with a Select widget.
66

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.57.0",
2+
"version": "0.57.1",
33
"name": "django-unicorn",
44
"scripts": {
55
"build": "npx rollup -c",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unicorn"
3-
version = "0.57.0"
3+
version = "0.57.1"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <unicorn@adamghill.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)