Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfuchs committed Jul 7, 2021
1 parent 785fa82 commit fe3345b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "buildH (v1.4.0): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"title": "buildH (v1.5.0): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"creators": [{
"name": "Santuz, Hubert",
"orcid": "0000-0001-6149-9480"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Dev**

**1.5.0**

- Write box dimensions in the requested trajectory output
- Fix write duplicate 1st frame when a trajectory output is requested
- Avoid using universe.trajectory.time with on a single pdb
Expand Down
2 changes: 1 addition & 1 deletion buildh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__authors__ = ("Hubert Santuz", "Amélie Bâcle",
"Pierre Poulain", "Patrick Fuchs")
__email__ = "patrick.fuchs@u-paris.fr"
__version__ = "1.4.0"
__version__ = "1.5.0"
__license__ = "BSD 3-Clause License"

# Silent this unharmful warning from MDAnalysis
Expand Down
2 changes: 1 addition & 1 deletion devtools/bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.4.0
current_version = 1.5.0

[bumpversion:file:buildh/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import setuptools

setuptools.setup(version="1.4.0")
setuptools.setup(version="1.5.0")

0 comments on commit fe3345b

Please sign in to comment.