Skip to content

Commit

Permalink
Release version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored and henryiii committed May 10, 2019
1 parent b3787fb commit af97d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ Changelog

Version 0.4.3
-------------
In development.
May 10th, 2019

* Searches given a .dec decay file particle name:
- Speed-up of searches.
- Corner cases dealt with.
- Extended test suite for the ``Particle.from_dec(...)`` method.
* Added Particle.is_self_conjugate property.
* Speed-up of searches for decay file particle names.
* Bug fix in the PDG extended file from 2008 (in excited K, D and B meson names).


Version 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion particle/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
# or https://github.com/scikit-hep/particle for details.

__version__ = '0.4.2'
__version__ = '0.4.3'

version = __version__
version_info = __version__.split('.')

0 comments on commit af97d58

Please sign in to comment.