File tree 3 files changed +8
-3
lines changed 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.6.2 ] - 2025-05-13
3
+ ## [ 0.6.3 ] - 2025-05-13
4
4
5
5
### Added
6
6
* ` 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
7
12
8
13
## [ 0.6.1] - 2025-05-07
9
14
Original file line number Diff line number Diff line change 3
3
from .exceptions import *
4
4
from .procore import Procore
5
5
6
- __version__ = "0.6.2 "
6
+ __version__ = "0.6.3 "
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "ProPyCore" ,
15
- version = "0.6.2 " ,
15
+ version = "0.6.3 " ,
16
16
author = "Hagen E. Fritz" ,
17
17
author_email = "hfritz@r-o.com" ,
18
18
description = "Interact with Procore through Python for data connection applications" ,
You can’t perform that action at this time.
0 commit comments