Bump version to 0.14.0-dev (#2740)

This commit is contained in:
Paul Romano 2023-10-31 16:55:19 -05:00 committed by GitHub
parent 693314d097
commit 94f02ae10b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 50 additions and 50 deletions

View file

@ -15,7 +15,7 @@ class DataLibrary(list):
cross section data from a single file. The dictionary has keys 'path',
'type', and 'materials'.
.. versionchanged:: 0.13.4
.. versionchanged:: 0.14.0
This class now behaves like a list rather than requiring you to access
the list of libraries through a special attribute.