Skip to content

Commit 4a04757

Browse files
committed
version bump
1 parent 9f3ea4f commit 4a04757

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.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
--------------------------
1117
Fixed
@@ -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

src/microstructpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
import microstructpy.seeding
55
import microstructpy.verification
66

7-
__version__ = '1.5.2'
7+
__version__ = '1.5.3'

0 commit comments

Comments
 (0)