Skip to content

Commit

Permalink
v5.0.0 - Just cleaning up messes from improperly versioned pypi relea…
Browse files Browse the repository at this point in the history
…ses then forgetting about them + docs updates
  • Loading branch information
jmichalicek committed Jan 9, 2023
1 parent 6621f75 commit fb95b65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ History
Current
+++++++++

4.0.1 (2022-08-10)
5.0.0 (2023-01-08)
+++++++++
* I'm dumb and goofed thing up, so here we are
* Forgot about the 4.0.0 mess when I published 3.1.0, so starting fresh again.
There are not really any backwards incompatible changes. See the 3.1.0 release notes.
* Fixing documentation and release history.

4.0.0 (2022-08-10)
+++++++++
* I'm dumb and goofed thing up and so this version exists on pypi

3.1.0 (2022-12-26)
++++++++++
* Add testing on python 3.11 by @jmichalicek in #30
* Fixed 'Polynomial regular expression used on uncontrolled data' codeQL issues which could be abused to impact performance.

3.0.0 (2022-08-10)
+++++++++
Expand Down
2 changes: 1 addition & 1 deletion djfractions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.1.0"
__version__ = "5.0.0"

import fractions
import re
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.0
current_version = 5.0.0
commit = False
tag = False

Expand Down

0 comments on commit fb95b65

Please sign in to comment.