Skip to content

Commit ecab552

Browse files
committed
version bump
1 parent d2a6826 commit ecab552

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dynamicforms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "DynamicForms"
2-
__version__ = "0.81.1"
2+
__version__ = "0.81.2"
33
__author__ = "Jure Erznožnik"
44
__email__ = "jure.erznoznik@gmail.com"
55
__license__ = "BSD 3-Clause"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dynamicform-project",
33
"private": false,
4-
"version": "0.81.1",
4+
"version": "0.81.2",
55
"description": "Data entry boilerplate components and a RESTful API consumer",
66
"author": "velis74",
77
"license": "UNLICENSED",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dynamicforms"
7-
version = "0.81.1"
7+
version = "0.81.2"
88
description = "DyF performs all the visualisation & data entry of your DRF Serializers & ViewSets and adds some candy of its own"
99
readme = "README.md"
1010
requires-python = ">=3.8"

vue/dynamicforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@velis/dynamicforms",
33
"private": false,
4-
"version": "0.81.0",
4+
"version": "0.81.1",
55
"type": "module",
66
"description": "Data entry boilerplate components and a RESTful API consumer",
77
"author": "Jure Erznožnik",

0 commit comments

Comments
 (0)