File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66Current
77+++++++++
88
9- 4 .0.1 (2022-08-10 )
9+ 5 .0.0 (2023-01-08 )
1010+++++++++
11- * I'm dumb and goofed thing up, so here we are
11+ * Forgot about the 4.0.0 mess when I published 3.1.0, so starting fresh again.
12+ There are not really any backwards incompatible changes. See the 3.1.0 release notes.
13+ * Fixing documentation and release history.
14+
15+ 4.0.0 (2022-08-10)
16+ +++++++++
17+ * I'm dumb and goofed thing up and so this version exists on pypi
18+
19+ 3.1.0 (2022-12-26)
20+ ++++++++++
21+ * Add testing on python 3.11 by @jmichalicek in #30
22+ * Fixed 'Polynomial regular expression used on uncontrolled data' codeQL issues which could be abused to impact performance.
1223
13243.0.0 (2022-08-10)
1425+++++++++
Original file line number Diff line number Diff line change 1- __version__ = "3.1 .0"
1+ __version__ = "5.0 .0"
22
33import fractions
44import re
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1 .0
2+ current_version = 5.0 .0
33commit = False
44tag = False
55
You can’t perform that action at this time.
0 commit comments