Skip to content

Commit c54672b

Browse files
committed
DOC: Update changelog, copyright
1 parent c01a9d2 commit c54672b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Changelog

+16
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
2525

2626
References like "pr/298" refer to github pull request numbers.
2727

28+
3.0.1 (Monday 27 January 2020)
29+
==============================
30+
31+
Bug fixes
32+
---------
33+
* Test failed by using array method on tuple. (pr/860) (Ben Darwin, reviewed by
34+
CM)
35+
* Validate ``ExpiredDeprecationError``\s, promoted by 3.0 release from
36+
``DeprecationWarning``\s. (pr/857) (CM)
37+
38+
Maintenance
39+
-----------
40+
* Remove logic accommodating numpy without float16 types. (pr/866) (CM)
41+
* Accommodate new numpy dtype strings. (pr/858) (CM)
42+
43+
2844
3.0.0 (Wednesday 18 December 2019)
2945
==================================
3046

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
# General information about the project.
101101
project = u'NiBabel'
102-
copyright = u'2006-2019, %(maintainer)s <%(author_email)s>' % metadata
102+
copyright = u'2006-2020, %(maintainer)s <%(author_email)s>' % metadata
103103

104104
# The version info for the project you're documenting, acts as replacement for
105105
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)