Skip to content

Commit

Permalink
REL: Diptest v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Dec 5, 2022
1 parent aed44d1 commit 2b7f102
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Diptest Changelog

## v0.5.2 -- December 2022

### Enhancements

* Added support for Python 3.11

## v0.5.1 -- June 2022

### Fix
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)

IF (NOT DEFINED DIPTEST_VERSION_INFO)
SET(DIPTEST_VERSION_INFO "0.5.1")
SET(DIPTEST_VERSION_INFO "0.5.2")
ENDIF ()

PROJECT(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

MAJOR = 0
REVISION = 5
PATCH = 1
PATCH = 2
DEV = False

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

0 comments on commit 2b7f102

Please sign in to comment.