Skip to content

Commit 8381608

Browse files
committed
Bump version: 3.1.5 → 3.1.6
1 parent d61bd25 commit 8381608

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.5
2+
current_version = 3.1.6
33
tag = True
44
commit = True
55
allow_dirty = True

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.1.6] - 2025-01-28
2+
3+
### Changed
4+
5+
- Don't build dynamic plugins for molfile since they are all build statically
6+
as well. This removes a lot of spurious warnings.
7+
8+
### Fixed
9+
10+
- Build with Clang.
11+
112

213
## [3.1.5] - 2025-01-27
314

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "3.1.5"
3+
version: "3.1.6"
44

55
source:
66
git_url: https://github.com/Eigenstate/vmd-python.git

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def run(self):
448448
###############################################################################
449449

450450
setup(name='vmd-python',
451-
version='3.1.5',
451+
version='3.1.6',
452452
description='Visual Molecular Dynamics Python module',
453453
author='Robin Betz',
454454
author_email='[email protected]',

vmd/vmd_src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = "3.1.5"
12+
__version__ = "3.1.6"
1313
__author__ = "Robin Betz"
1414

1515
import sys

0 commit comments

Comments
 (0)