Skip to content

Commit 11aa192

Browse files
committed
bumped version
1 parent d4f8cf9 commit 11aa192

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog`_,
77
and 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
--------------------------
1117
Changed
@@ -82,7 +88,8 @@ Added
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

src/microstructpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
import microstructpy.verification
66
from microstructpy._vs import _ver_str
77

8-
__version__ = '1.2.1'
8+
__version__ = '1.2.2'
99
__version__ = _ver_str(__version__)

0 commit comments

Comments
 (0)