Skip to content

Commit

Permalink
[AUTOPR] Automatic updates (#58)
Browse files Browse the repository at this point in the history
* Set EPT as code owner

* Bump version file

* Update version

* Restore Mend config

---------

Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored Oct 9, 2024
1 parent f6f3096 commit 8990ea3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .mend
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"settingsInheritedFrom": "vonage/whitesource-config@api-platform",
"settingsInheritedFrom": "Vonage/whitesource-config@api-platform",
"remediateSettings": {
"timezone": "UTC",
"dependencyDashboardAutoclose": true
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Vonage/api-ept @Vonage/apicet @Vonage/nexmo-oss @nicolaasuni-vonage
* @Vonage/api-ept @nicolaasuni-vonage
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.19
1.6.20
2 changes: 1 addition & 1 deletion c/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.6.19
PROJECT_NUMBER = 1.6.20

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ metadata:
backstage.io/techdocs-ref: url:https://github.com/Vonage/numkey/tree/main
spec:
type: library
owner: Vonage/nexmo-oss
owner: Vonage/api-ept
lifecycle: production
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):

setup(
name="numkey",
version="1.6.19.1",
version="1.6.20.1",
keywords=("numkey E.164 shortcode lvn did encoding"),
description="NumKey Bindings for Python",
long_description=read("../README.md"),
Expand Down

0 comments on commit 8990ea3

Please sign in to comment.