Skip to content

Commit fddbe23

Browse files
committed
feat: bump to v0.6.3
1 parent 39ef470 commit fddbe23

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
## [0.6.2] - 2025-05-13
3+
## [0.6.3] - 2025-05-13
44

55
### Added
66
* `documents.files`: add `view` parameter to `get()` and `search()` methods
7+
* `documents.files`: add `file_types` parameter to `get()` and `search()` methods
8+
* `documents.files`: add `private` parameter to `get()` method
9+
10+
### Changed
11+
* `base`: remove debug print statements
712

813
## [0.6.1] - 2025-05-07
914

ProPyCore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .exceptions import *
44
from .procore import Procore
55

6-
__version__ = "0.6.2"
6+
__version__ = "0.6.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="ProPyCore",
15-
version="0.6.2",
15+
version="0.6.3",
1616
author="Hagen E. Fritz",
1717
author_email="hfritz@r-o.com",
1818
description="Interact with Procore through Python for data connection applications",

0 commit comments

Comments
 (0)