Skip to content

Commit

Permalink
🔖 Preparing the next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Oct 21, 2023
1 parent c8ccca7 commit 39905ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
#########

2023.10.2
---------
* Fix issues with Python 3.12

2023.10.1
---------
* Fill time series by linear interpolation.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,11 +560,11 @@ def main():
'Operating System :: POSIX',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
cmdclass={
'build_ext': BuildExt,
Expand Down

0 comments on commit 39905ba

Please sign in to comment.