Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurits Rijk committed Dec 20, 2023
1 parent 813da48 commit 5dbe058
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = 1.0.0rc2
current_version = 1.0.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((\-rc)(?P<build>\d+))?
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
pydantic-version: ['2.5.1', 'lockfile']
python-version: ['3.9', '3.10', '3.11', '3.12']
pydantic-version: ['2.5.2', 'lockfile']
fastapi-version: ['0.103.2', 'lockfile']
fail-fast: false
container: python:${{ matrix.python-version }}-slim
Expand Down
2 changes: 1 addition & 1 deletion pydantic_forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

"""This is the pydantic-forms engine."""

__version__ = "1.0.0rc2"
__version__ = "1.0.0"

0 comments on commit 5dbe058

Please sign in to comment.