Skip to content

Commit

Permalink
New version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosBergillos committed Jul 13, 2024
1 parent 4a9b3d8 commit d6d5bc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

**1.2.4**
---------

*13-07-2024*

Highlights:

+ Added support for NumPy 2.0.
+ Added support for Python 3.12, dropped support for Python 3.6 and 3.7.
+ Removed ``setup.cfg`` file in favor of ``pyproject.toml``.


**1.2.3**
---------

Expand Down
2 changes: 1 addition & 1 deletion ts2vg/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.3"
__version__ = "1.2.4"

0 comments on commit d6d5bc6

Please sign in to comment.