Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Jul 27, 2023
1 parent 2eca0e9 commit cd82def
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6

[bumpversion:file:.bumpversion.cfg]

Expand Down
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0.0.6 (2023-07-27)
==================

Features
--------

- Adapts dependencies to support pydantic V1 by pinning "pydantic<2.0". (`#12 <https://github.com/lmignon/extendable-pydantic/pull/12>`_)


Bugfixes
--------

- Pervent 'ModuleNotFoundError' when used on Odoo.sh (`#3 <https://github.com/lmignon/extendable-pydantic/issues/3>`_)
1 change: 0 additions & 1 deletion news/3.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/pydanticv1.feature

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ ignore = [
"tests/test_forward_refs.py" = ["F821"]

[tool.towncrier]
name = "Extendable Pydantic"
package = "extendable_pydantic"
package_dir = "src"
filename = "HISTORY.rst"
Expand Down
2 changes: 1 addition & 1 deletion src/extendable_pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"

0 comments on commit cd82def

Please sign in to comment.