Skip to content

Commit

Permalink
Prepare release 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 4, 2024
1 parent 9203289 commit e3dfdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.1.8 (in development)
------------------------------
Version 2.1.8 (4 September 2024)
--------------------------------

* Support Python 3.12, drop Python 3.7.

Expand Down
2 changes: 1 addition & 1 deletion cdd.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cimport libc.stdlib
from fractions import Fraction
import numbers

__version__ = "2.1.8a5"
__version__ = "2.1.8"

# also need time_t
cdef extern from "time.h":
Expand Down

0 comments on commit e3dfdf8

Please sign in to comment.