Skip to content

Commit f319019

Browse files
committed
bump version 0.6.14 and release notes
1 parent ccec5e9 commit f319019

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

RELEASE_NOTES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.6.14
2+
------
3+
4+
Enhancements
5+
6+
- Add code changes to C extensions to compile on windows.
7+
Note recfile compiles but failst the unit tests, which
8+
are skipped for windows CI.
9+
- Add windows CI
10+
- remove unused _stat_util.c extension
11+
12+
113
0.6.13
214
------
315

esutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class for gauss-legendre integration, which relies on the gauleg C++ extension.
8383

8484
import sys
8585

86-
__version__ = "0.6.13"
86+
__version__ = "0.6.14"
8787

8888
def version():
8989
return __version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def build_extensions(self):
244244

245245
setup(
246246
name="esutil",
247-
version="0.6.13",
247+
version="0.6.14",
248248
author="Erin Scott Sheldon",
249249
author_email="erin.sheldon@gmail.com",
250250
classifiers=classifiers,

0 commit comments

Comments
 (0)