Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 55c3ca2

Browse files
feat(package): release v0.8.2 (#716)
## Change Summary Please summarise the changes this pull request is making here. ## Checklist - [ ] Unit tests for the changes exist - [ ] Tests pass without significant drop in coverage - [ ] Documentation reflects changes where applicable - [ ] Test snapshots have been [updated](https://prisma-client-py.readthedocs.io/en/latest/contributing/contributing/#snapshot-tests) if applicable ## Agreement By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.
1 parent c88cb8e commit 55c3ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prisma/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
__title__ = 'prisma'
44
__author__ = 'RobertCraigie'
55
__license__ = 'APACHE'
6-
__copyright__ = 'Copyright 2020-2021 RobertCraigie'
7-
__version__ = '0.8.2a'
6+
__copyright__ = 'Copyright 2020-2023 RobertCraigie'
7+
__version__ = '0.8.2'
88

99
from typing import TYPE_CHECKING
1010

0 commit comments

Comments
 (0)