Skip to content

Commit 4b40ecc

Browse files
committed
version bump
1 parent 85d6e80 commit 4b40ecc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

4+
5+
Release v12.6.1 (December 4, 2022)
6+
- Fixed code output with line and plane extended version handlers
7+
- Reformatting with black
8+
- Minor docstring updates
9+
10+
411
Release v12.6.0 (May 8, 2022)
512
- Code restructured and reformatted
613
- Updates to code to for use with Python 3.9+

pyeq3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '12.6.1pre'
2-
short_version = '12.6.1'
1+
version = "12.6.1"
2+
short_version = "12.6.1"

0 commit comments

Comments
 (0)