Skip to content

Commit

Permalink
Merge pull request #167 from Vonage/namespace-change
Browse files Browse the repository at this point in the history
Namespace Change
  • Loading branch information
superdiana committed Sep 14, 2020
2 parents dcfc4c2 + e7bde49 commit 5752d3a
Show file tree
Hide file tree
Showing 27 changed files with 305 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ current_version = 2.4.0
commit = True
tag = False

[bumpversion:file:nexmo/__init__.py]
[bumpversion:file:vonage/__init__.py]

[bumpversion:file:setup.py]

14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
name: Add Changelog
runs-on: ubuntu-latest
steps:
- name: Add Changelog
uses: nexmo/github-actions/nexmo-changelog@master
env:
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
CHANGELOG_CATEGORY: Server SDK
CHANGELOG_RELEASE_TITLE: nexmo-python
CHANGELOG_SUBCATEGORY: python
- name: Add Changelog
uses: nexmo/github-actions/nexmo-changelog@master
env:
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
CHANGELOG_CATEGORY: Server SDK
CHANGELOG_RELEASE_TITLE: vonage-python-sdk
CHANGELOG_SUBCATEGORY: python
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ htmlcov/
.tox/
.coverage
.coverage.*
.coveralls.*
.cache
nosetests.xml
coverage.xml
Expand Down Expand Up @@ -101,4 +102,4 @@ ENV*
/site

.requirements.txt
*_quickstart*
*_quickstart*
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

# 1.1.0

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

- Add get_basic_number_insight method for Number Insight Basic API

Expand Down
20 changes: 10 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

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

Examples of unacceptable behavior by participants include:

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

## Our Responsibilities
Expand Down
Loading

0 comments on commit 5752d3a

Please sign in to comment.