Skip to content

Commit fb95b65

Browse files
committed
v5.0.0 - Just cleaning up messes from improperly versioned pypi releases then forgetting about them + docs updates
1 parent 6621f75 commit fb95b65

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ History
66
Current
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

1324
3.0.0 (2022-08-10)
1425
+++++++++

djfractions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.1.0"
1+
__version__ = "5.0.0"
22

33
import fractions
44
import re

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 5.0.0
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)