Skip to content

Commit 4bb8f52

Browse files
committed
version bump. updated changelog.
1 parent 48fd72d commit 4bb8f52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/new.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ What's New
22
==========
33
Historically :code:`pymer4` versioning was a bit all over the place but has settled down since 0.5.0. This page includes the most notable updates between versions but github is the best place to checkout more details and `releases <https://github.com/ejolly/pymer4/releases/>`_.
44

5+
0.7.3
6+
-----
7+
- **Bug fixes:**
8+
- fix issue in which random effect and fixed effect index names were lost thanks to `@jcheong0428 <https://github.com/jcheong0428>`_ and `@Shotgunosine <https://github.com/Shotgunosine>`_ for the quick PRs!
9+
510
0.7.2
611
-----
712
- **Bug fixes:**

pymer4/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Specifies current version of pymer4 to be used by setup.py and __init__.py
22
"""
33

4-
__version__ = "0.7.2"
4+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)