We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d6e80 commit 4b40eccCopy full SHA for 4b40ecc
changelog.txt
@@ -1,6 +1,13 @@
1
Changelog
2
---------
3
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
11
Release v12.6.0 (May 8, 2022)
12
- Code restructured and reformatted
13
- Updates to code to for use with Python 3.9+
pyeq3/version.py
@@ -1,2 +1,2 @@
-version = '12.6.1pre'
-short_version = '12.6.1'
+version = "12.6.1"
+short_version = "12.6.1"
0 commit comments