watchdock-errors 0.1.9__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/.github/workflows/release.yml +2 -0
  2. {watchdock_errors-0.1.9/src/watchdock_errors.egg-info → watchdock_errors-0.2.0}/PKG-INFO +1 -1
  3. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0/src/watchdock_errors.egg-info}/PKG-INFO +1 -1
  4. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/.github/workflows/ci.yml +0 -0
  5. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/.gitignore +0 -0
  6. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/README.md +0 -0
  7. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/pyproject.toml +0 -0
  8. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/setup.cfg +0 -0
  9. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/__init__.py +0 -0
  10. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/client.py +0 -0
  11. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/config.py +0 -0
  12. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/event.py +0 -0
  13. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/integrations/__init__.py +0 -0
  14. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/integrations/django.py +0 -0
  15. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/integrations/fastapi.py +0 -0
  16. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors/utils.py +0 -0
  17. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors.egg-info/SOURCES.txt +0 -0
  18. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors.egg-info/dependency_links.txt +0 -0
  19. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors.egg-info/requires.txt +0 -0
  20. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/src/watchdock_errors.egg-info/top_level.txt +0 -0
  21. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/tests/test_client.py +0 -0
  22. {watchdock_errors-0.1.9 → watchdock_errors-0.2.0}/tests/test_event.py +0 -0
@@ -9,6 +9,8 @@ jobs:
9
9
  release:
10
10
  name: Publish to PyPI
11
11
  runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
12
14
 
13
15
  steps:
14
16
  - uses: actions/checkout@v4
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: watchdock-errors
3
- Version: 0.1.9
3
+ Version: 0.2.0
4
4
  Summary: Application error tracking SDK for the Watchdock platform
5
5
  License: MIT
6
6
  Keywords: error-tracking,observability,watchdock
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: watchdock-errors
3
- Version: 0.1.9
3
+ Version: 0.2.0
4
4
  Summary: Application error tracking SDK for the Watchdock platform
5
5
  License: MIT
6
6
  Keywords: error-tracking,observability,watchdock