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 933fb49 commit 21acb13Copy full SHA for 21acb13
CHANGES.md
@@ -16,10 +16,12 @@
16
17
## Current Version
18
19
- - 3.2.45 (2024-11-13): Update reporters and regexes for many reporters
+ - 3.2.46 (2024-12-04): Update reporter.json
20
21
## Past Versions
22
23
+ - 3.2.45 (2024-11-13): Update reporters and regexes for many reporters
24
+
25
- 3.2.44 (2024-08-23): Add NH Neutral Citation
26
27
- 3.2.43 (2024-07-16): Add variations for a handful of reporters
setup.py
@@ -3,7 +3,7 @@
3
4
from setuptools import find_packages, setup
5
6
-VERSION = "3.2.45"
+VERSION = "3.2.46"
7
AUTHOR = "Mike Lissner"
8
EMAIL = "[email protected]"
9
HERE = os.path.abspath(os.path.dirname(__file__))
0 commit comments