File tree Expand file tree Collapse file tree 10 files changed +17
-10
lines changed
Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.0.2 (2025-06-09)
5+ ------------------
6+
7+ * Added support for Python 3.13.
8+ * Added support for Python 3.14.
9+
10+
4111.0.1 (2024-10-05)
512------------------
613
Original file line number Diff line number Diff line change 11BSD 2-Clause License
22
3- Copyright (c) 2020-2024 , Andrea Zoppi
3+ Copyright (c) 2020-2025 , Andrea Zoppi
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def read_version():
3131source_suffix = '.rst'
3232master_doc = 'index'
3333project = 'bytesparse'
34- year = '2020-2024 '
34+ year = '2020-2025 '
3535author = 'Andrea Zoppi'
3636copyright = f'{ year } , { author } '
3737version = release = read_version ()
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
112112
113113"""
114114
115- __version__ = '1.0.1 '
115+ __version__ = '1.0.2 '
116116
117117from .inplace import Memory
118118from .inplace import bytesparse
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , Andrea Zoppi.
1+ # Copyright (c) 2020-2025 , Andrea Zoppi.
22# All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
You can’t perform that action at this time.
0 commit comments