We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e68e3 commit 65e717bCopy full SHA for 65e717b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.1
+current_version = 1.0.2
3
commit = True
4
5
[bumpversion:file:pyproject.toml]
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "djantic2"
-version = "1.0.1"
+version = "1.0.2"
description = "Pydantic models for Django"
authors = [
6
"Jonathan Sundqvist <git@co.argpar.se>",
setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup
-__version__ = "1.0.1"
+__version__ = "1.0.2"
7
def get_long_description():
0 commit comments