Skip to content

Commit

Permalink
[AUTOPR] Automatic updates (#40)
Browse files Browse the repository at this point in the history
* Bump Version

* Add Mend configuration file

---------

Co-authored-by: nicolaasuni-vonage <nicola.asuni@vonage.com>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored Jul 31, 2024
1 parent 548eccb commit 8f383b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .mend
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"settingsInheritedFrom": "Vonage/whitesource-config@api-platform",
"remediateSettings": {
"timezone": "UTC",
"dependencyDashboardAutoclose": true
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.11
1.6.12
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.11
PROJECT_NUMBER = 1.6.12

# 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 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.11.1",
version="1.6.12.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 8f383b9

Please sign in to comment.