Skip to content

Commit 265b2c0

Browse files
committed
REL: Release diptest v0.3.0
1 parent 1bad628 commit 265b2c0

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.3.0 -- April 2022
4+
5+
### Changes
6+
7+
* Switch to PCG64-DXSM RNG from Mersenne twister
8+
39
## v0.2.3 -- April 2022
410

511
Patch release

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.2.3")
4+
SET(DIPTEST_VERSION_INFO "0.3.0")
55
ENDIF ()
66

77
PROJECT(

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
NAME = 'diptest'
2222

2323
MAJOR = 0
24-
REVISION = 2
25-
PATCH = 3
24+
REVISION = 3
25+
PATCH = 0
2626
DEV = False
2727

2828
# note: also update README.rst

0 commit comments

Comments
 (0)