Skip to content

Commit 51d8493

Browse files
committed
Release 0.6.2
1 parent 8c787f3 commit 51d8493

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Version History
22
===============
33

44

5+
Version 0.6.2 (2021-06-05):
6+
* build doc fix, use sphinx4, mathjax2, html_css_files
7+
58
Version 0.6.1 (2021-06-05):
69
* New default driving function for `sfs.td.wfs.point_25d()` for reference curve
710

sfs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
util
1717
1818
"""
19-
__version__ = "0.6.1"
19+
__version__ = "0.6.2"
2020

2121

2222
class default:

0 commit comments

Comments
 (0)