Skip to content

Commit

Permalink
Merge pull request #46 from NESTCollaboration/test
Browse files Browse the repository at this point in the history
Bumpversion to 1.4.0. No changes except to version label.
  • Loading branch information
sophiafarrell authored Nov 19, 2020
2 parents 695592d + 90a0c9c commit 994af3c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.3
current_version = 1.4.0
files = setup.py src/nestpy/__init__.py
commit = True
tag = True
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ History

Patch releases mean (the Z number in X.Y.Z version) that the underlying physics has not changed. Changes to the NEST version will always trigger a minor or major release. If this library changes such that end users have to change their code, this may also trigger a minor or major release.

1.4.0 (2020-11-19)
-----------------
Minor changes all are to fix software bugs, no physics changes.

* MANIFEST.in include requirements
* Make sure to include all dependencies.
* Fix travis builds.

1.4.0beta (2020-11-14)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_extension(self, ext):

setup(
name='nestpy',
version='1.4.0beta',
version='1.4.0',
author='Christopher Tunnell',
author_email='[email protected]',
description='Python bindings for the NEST noble element simulations',
Expand Down
2 changes: 1 addition & 1 deletion src/nestpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.0beta'
__version__ = '1.4.0'
__nest_version__ = '2.2.0beta'

from .nestpy import *
Expand Down

0 comments on commit 994af3c

Please sign in to comment.