Skip to content

Commit 5752d3a

Browse files
authored
Merge pull request #167 from Vonage/namespace-change
Namespace Change
2 parents dcfc4c2 + e7bde49 commit 5752d3a

27 files changed

+305
-281
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ current_version = 2.4.0
33
commit = True
44
tag = False
55

6-
[bumpversion:file:nexmo/__init__.py]
6+
[bumpversion:file:vonage/__init__.py]
77

88
[bumpversion:file:setup.py]
99

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
name: Add Changelog
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Add Changelog
11-
uses: nexmo/github-actions/nexmo-changelog@master
12-
env:
13-
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
14-
CHANGELOG_CATEGORY: Server SDK
15-
CHANGELOG_RELEASE_TITLE: nexmo-python
16-
CHANGELOG_SUBCATEGORY: python
10+
- name: Add Changelog
11+
uses: nexmo/github-actions/nexmo-changelog@master
12+
env:
13+
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
14+
CHANGELOG_CATEGORY: Server SDK
15+
CHANGELOG_RELEASE_TITLE: vonage-python-sdk
16+
CHANGELOG_SUBCATEGORY: python

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ htmlcov/
4343
.tox/
4444
.coverage
4545
.coverage.*
46+
.coveralls.*
4647
.cache
4748
nosetests.xml
4849
coverage.xml
@@ -101,4 +102,4 @@ ENV*
101102
/site
102103

103104
.requirements.txt
104-
*_quickstart*
105+
*_quickstart*

CHANGES.md

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

8282
# 1.1.0
8383

84-
- Move repository to https://github.com/Nexmo/nexmo-python
84+
- Move repository to https://github.com/nexmo/nexmo-python
8585

8686
- Add get_basic_number_insight method for Number Insight Basic API
8787

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
2626
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
3030
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
31+
- Other conduct which could reasonably be considered inappropriate in a
3232
professional setting
3333

3434
## Our Responsibilities

0 commit comments

Comments
 (0)