File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog `_,
77and this project adheres to `Semantic Versioning `_.
88
9+ `1.5.3 `_ - 2022-03-30
10+ --------------------------
11+ Fixed
12+ '''''''
13+ - String types in generating Abaqus inp files.
14+
915`1.5.2 `_ - 2021-09-09
1016--------------------------
1117Fixed
@@ -256,7 +262,8 @@ Added
256262
257263.. LINKS
258264
259- .. _`Unreleased` : https://github.com/kip-hart/MicroStructPy/compare/v1.5.2...HEAD
265+ .. _`Unreleased` : https://github.com/kip-hart/MicroStructPy/compare/v1.5.3...HEAD
266+ .. _`1.5.3` : https://github.com/kip-hart/MicroStructPy/compare/v1.5.1...v1.5.3
260267.. _`1.5.2` : https://github.com/kip-hart/MicroStructPy/compare/v1.5.1...v1.5.2
261268.. _`1.5.1` : https://github.com/kip-hart/MicroStructPy/compare/v1.5.0...v1.5.1
262269.. _`1.5.0` : https://github.com/kip-hart/MicroStructPy/compare/v1.4.10...v1.5.0
Original file line number Diff line number Diff line change 44import microstructpy .seeding
55import microstructpy .verification
66
7- __version__ = '1.5.2 '
7+ __version__ = '1.5.3 '
You can’t perform that action at this time.
0 commit comments