File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.3
2+ current_version = 3.1.4
33tag = True
44commit = True
55allow_dirty = True
Original file line number Diff line number Diff line change 1+
2+ ## [ 3.1.4] - 2025-01-27
3+
4+ ### Fixed
5+
6+ - Support for Python <= 3.12.
7+ - Initialize atomsel type with the spec-based initializer
8+ instead of manually creating the type struct. This is part of
9+ the Limited ABI so should be a lot more future proof.
10+
11+
Original file line number Diff line number Diff line change 11package :
22 name : vmd-python
3- version : " 3.1.3 "
3+ version : " 3.1.4 "
44
55source :
66 git_url : https://github.com/Eigenstate/vmd-python.git
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ def run(self):
448448###############################################################################
449449
450450setup (name = 'vmd-python' ,
451- version = '3.1.3 ' ,
451+ version = '3.1.4 ' ,
452452 description = 'Visual Molecular Dynamics Python module' ,
453453 author = 'Robin Betz' ,
454454 author_email = 'robin@robinbetz.com' ,
Original file line number Diff line number Diff line change 99
1010"""
1111
12- __version__ = "3.1.3 "
12+ __version__ = "3.1.4 "
1313__author__ = "Robin Betz"
1414
1515import sys
You can’t perform that action at this time.
0 commit comments