Skip to content

Commit a62b474

Browse files
committed
Releasing the next version
1 parent c7e4119 commit a62b474

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ New features
1111
- GPU version
1212

1313

14-
2.5.1 (upcoming)
15-
================
14+
2.5.1 (28/07/2023)
15+
==================
1616

1717
Enhancements
1818
------------

Corrfunc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313
import warnings
1414

15-
__version__ = "2.5.0"
15+
__version__ = "2.5.1"
1616
__author__ = "Manodeep Sinha <manodeep@gmail.com>"
1717

1818

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OPT += -DUSE_OMP
3434
DISTNAME:=Corrfunc
3535
MAJOR:=2
3636
MINOR:=5
37-
PATCHLEVEL:=0
37+
PATCHLEVEL:=1
3838
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
3939
ABI_COMPAT_VERSION:=$(MAJOR).0
4040
# Whenever conda needs to be checked again

utils/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
extern "C" {
2222
#endif
2323

24-
#define API_VERSION STR("2.5.0")
24+
#define API_VERSION STR("2.5.1")
2525

2626
/* Macros as mask for the binning_flags */
2727
/* These consititute the 32 bytes for

0 commit comments

Comments
 (0)