diff --git a/Makefile b/Makefile index a34b18f2..ac8cf513 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION:=2.1.42 +VERSION:=2.1.43 PWD:=$(shell pwd) NAME:=thiss-js REGISTRY:=docker.sunet.se diff --git a/docs/conf.py b/docs/conf.py index 8b35db5b..542268be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'2.1' # The full version, including alpha/beta/rc tags -release = u'2.1.42' +release = u'2.1.43' js_source_path = '../src' # -- General configuration --------------------------------------------------- diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 218a6e36..417bd7af 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -284,7 +284,7 @@ Version 2.1.41 * Restore missing svg's -Version 2.1.42 +Version 2.1.43 -------------- * Make configurable the min string length that is sent to the MDQ by the search diff --git a/package.json b/package.json index 6b1f2b07..a8fe2bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theidentityselector/thiss", - "version": "2.1.42", + "version": "2.1.43", "description": "The Identity Selector", "main": "index.js", "private": false,