Skip to content

Commit

Permalink
Prepare release of 1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 29, 2024
1 parent 03b57a5 commit 7a846ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ChangeLog
=========

1.19 (2024-??-??)
1.19 (2024-11-29)
-----------------

* Support for Python 2.7 as well as 3.7 and earlier has been discontinued.
* Support for Python 2.7 as well as 3.7 and earlier has been removed.

* Generally use ``.as_integer_ratio()`` in the constructor if available.
https://github.com/python/cpython/pull/120271
Expand All @@ -22,6 +22,8 @@ ChangeLog
* Using ``complex`` numbers in division shows better tracebacks.
https://github.com/python/cpython/pull/102842

* Subclass instantiations and calculations could fail in some cases.


1.18 (2024-04-03)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion src/quicktions.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from __future__ import division, absolute_import, print_function

__all__ = ['Fraction']

__version__ = '1.18'
__version__ = '1.19'

cimport cython
from cpython.unicode cimport Py_UNICODE_TODECIMAL
Expand Down

0 comments on commit 7a846ab

Please sign in to comment.