Skip to content

Commit

Permalink
[AUTOPR] Automatic updates (#24)
Browse files Browse the repository at this point in the history
* [AUTOPR] Update all dependencies 20240126

---------

Co-authored-by: nicolaasuni-vonage <nicola.asuni@vonage.com>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored Jan 26, 2024
1 parent dce7d9f commit f3ce138
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MIT LICENSE

Copyright (c) 2019-2023 Vonage
Copyright (c) 2019-2024 Vonage

Some of the code is subject to the same MIT license but with following copyright:

Copyright (c) 2017-2018 GENOMICS plc
Copyright (c) 2018-2023 Nicola Asuni - Tecnick.com
Copyright (c) 2017-2023 Nicola Asuni - Tecnick.com (binsearch.h)
Copyright (c) 2018-2024 Nicola Asuni - Tecnick.com
Copyright (c) 2017-2024 Nicola Asuni - Tecnick.com (binsearch.h)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.20
1.5.21
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.5.20
PROJECT_NUMBER = 1.5.21

# 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
3 changes: 2 additions & 1 deletion cgo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ export PATH := $(GOPATH)/bin:$(PATH)

# Common commands
GO=GOPATH=$(GOPATH) GOPRIVATE=$(CVSPATH) $(shell which go)
GOVERSION=${shell go version | grep -Po '(go[0-9]+.[0-9]+)'}
GOFMT=$(shell which gofmt)
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
GOLANGCILINT=$(BINUTIL)/golangci-lint
GOLANGCILINTVERSION=v1.53.3
GOLANGCILINTVERSION=v1.55.2

# Directory containing the source code
SRCDIR=./src
Expand Down
3 changes: 2 additions & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ export PATH := $(GOPATH)/bin:$(PATH)

# Common commands
GO=GOPATH=$(GOPATH) GOPRIVATE=$(CVSPATH) $(shell which go)
GOVERSION=${shell go version | grep -Po '(go[0-9]+.[0-9]+)'}
GOFMT=$(shell which gofmt)
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
GOLANGCILINT=$(BINUTIL)/golangci-lint
GOLANGCILINTVERSION=v1.53.3
GOLANGCILINTVERSION=v1.55.2

# Directory containing the source code
SRCDIR=./src
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.5.20.1",
version="1.5.21.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 f3ce138

Please sign in to comment.