Skip to content

Commit

Permalink
REL: diptest v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jun 28, 2022
1 parent 8090ccf commit f7591e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.1 -- June 2022

### Fix

* Fix typo in OPENMP support macro

## v0.5.0 -- June 2022

### Changes
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.0")
SET(DIPTEST_VERSION_INFO "0.5.1")
ENDIF ()

PROJECT(
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@

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

# note: also update README.rst

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

0 comments on commit f7591e6

Please sign in to comment.