Skip to content

Commit

Permalink
Prepare release 0.4.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Sep 2, 2019
1 parent 741ac46 commit cfbe8f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.4.0 (2019-09-02)

* Package dependent on ``Particle`` version 0.6.0.
Otherwise identical to version 0.3.2.


## Version 0.3.2 (2019-08-29)

* Parsing of decay files (aka .dec files):
Expand Down
2 changes: 1 addition & 1 deletion decaylanguage/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# or https://github.com/scikit-hep/decaylanguage for details.


__version__ = '0.3.2'
__version__ = '0.4.0'

version = __version__
version_info = __version__.split('.')
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pydot>=1.3.0
- pip:
- hepunits>=1.0.0
- particle>=0.4.4
- particle>=0.6.0
- lark-parser>=0.6.3
- plumbum>=1.6.6
- RISE
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_version():
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
'cachetools; python_version<"3.3"',
'particle>=0.5.0'
'particle>=0.6.0'
],
extras_require=extras,
setup_requires=[] + pytest_runner,
Expand Down

0 comments on commit cfbe8f6

Please sign in to comment.