Skip to content

Commit 1facf10

Browse files
Merge pull request #9 from cmdotcom/code-quality
Pull Request: Increased Code quality for python sdk.
2 parents db63852 + 18f1d1b commit 1facf10

35 files changed

+166
-92
lines changed

.github/workflows/python-publishtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
paths:
99
- '!**'
10-
- 'CMText/version.py'
10+
- 'cm_text/version.py'
1111

1212
jobs:
1313
deploy:

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [2.0.0] - 2022-05-31 (Joris Pennings)
5+
### Added
6+
- Changelog to repository.
7+
- Reference and customgrouping3 to request body in text_client:send().
8+
- Docstrings to most functions.
9+
### Changed
10+
- Refactored module name: CM_text_sdk_python > cm_text_sdk_python.
11+
- Implemented __init\__ in cm_text folder for better imports.
12+
- Refactored all camelcase files to lowercase.
13+
- Gave every example a preceding number in order of creation.

CMText/__init__.py

Whitespace-only changes.
-700 Bytes
Binary file not shown.
-574 Bytes
Binary file not shown.
-1.55 KB
Binary file not shown.
-383 Bytes
Binary file not shown.
-2.55 KB
Binary file not shown.
-166 Bytes
Binary file not shown.
-186 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)