Skip to content

Commit

Permalink
Bump version: 1.4.5 → 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geocoug committed Dec 16, 2024
1 parent 40c81d6 commit 0a1b3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_upsert/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
__docs_url__ = "https://pg-upsert.readthedocs.io/"
__author_email__ = "[email protected]"
__license__ = "GNU GPLv3"
__version__ = "1.4.5"
__version__ = "1.4.6"
__description__ = "Run not-NULL, Primary Key, Foreign Key, and Check Constraint checks on staging tables then update and insert (upsert) data from staging tables to base tables." # noqa: E501
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ skip-magic-trailing-comma = false
line-ending = "auto"

[tool.bumpversion]
current_version = "1.4.5"
current_version = "1.4.6"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down

0 comments on commit 0a1b3d2

Please sign in to comment.