version 2.95.0

get rid of PIByteArray subclassing from PIDeque<uchar>
This commit is contained in:
2022-07-22 16:40:09 +03:00
parent 0116387fe3
commit 242abaaf59
3 changed files with 661 additions and 17 deletions

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(pip)
set(pip_MAJOR 2)
set(pip_MINOR 94)
set(pip_REVISION 1)
set(pip_MINOR 95)
set(pip_REVISION 0)
set(pip_SUFFIX )
set(pip_COMPANY SHS)
set(pip_DOMAIN org.SHS)