Skip to content

Commit 2b7f102

Browse files
committed
REL: Diptest v0.5.1 release
1 parent aed44d1 commit 2b7f102

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Diptest Changelog
22

3+
## v0.5.2 -- December 2022
4+
5+
### Enhancements
6+
7+
* Added support for Python 3.11
8+
39
## v0.5.1 -- June 2022
410

511
### Fix

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
22

33
IF (NOT DEFINED DIPTEST_VERSION_INFO)
4-
SET(DIPTEST_VERSION_INFO "0.5.1")
4+
SET(DIPTEST_VERSION_INFO "0.5.2")
55
ENDIF ()
66

77
PROJECT(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
MAJOR = 0
2424
REVISION = 5
25-
PATCH = 1
25+
PATCH = 2
2626
DEV = False
2727

2828
VERSION = '{major}.{revision}.{patch}'.format(major=MAJOR, revision=REVISION, patch=PATCH)

0 commit comments

Comments
 (0)