Skip to content

Commit

Permalink
REL: Diptest v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jun 27, 2022
1 parent 4d226f6 commit e85e593
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Diptest Changelog

## v0.5.0 -- June 2022

### Changes

* Disable input checks for internal calls to diptst. (Suggested by [Prodromos Kolyvakis](https://github.com/prokolyvakis))

### Enhancements

* Set `_has_open_mp_support` attribute to the extension for neater support checks

## v0.4.2 -- May 2022

### Fixes
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.4.2")
SET(DIPTEST_VERSION_INFO "0.5.0")
ENDIF ()

PROJECT(
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
NAME = 'diptest'

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

# note: also update README.rst
Expand Down

0 comments on commit e85e593

Please sign in to comment.