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.2.2 `_ - 2020-05-14
10+ --------------------------
11+ Fixed
12+ '''''
13+ - Matplotlib error with undefined axes.
14+
915`1.2.1 `_ - 2020-05-14
1016--------------------------
1117Changed
8288
8389.. LINKS
8490
85- .. _`Unreleased` : https://github.com/kip-hart/MicroStructPy/compare/v1.2.1...HEAD
91+ .. _`Unreleased` : https://github.com/kip-hart/MicroStructPy/compare/v1.2.2...HEAD
92+ .. _`1.2.2` : https://github.com/kip-hart/MicroStructPy/compare/v1.2.1...v1.2.2
8693.. _`1.2.1` : https://github.com/kip-hart/MicroStructPy/compare/v1.2.0...v1.2.1
8794.. _`1.2.0` : https://github.com/kip-hart/MicroStructPy/compare/v1.1.2...v1.2.0
8895.. _`1.1.2` : https://github.com/kip-hart/MicroStructPy/compare/v1.1.1...v1.1.2
Original file line number Diff line number Diff line change 55import microstructpy .verification
66from microstructpy ._vs import _ver_str
77
8- __version__ = '1.2.1 '
8+ __version__ = '1.2.2 '
99__version__ = _ver_str (__version__ )
You can’t perform that action at this time.
0 commit comments