Skip to content

Commit

Permalink
Prepare release 0.6.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Jan 15, 2020
1 parent 1257ad9 commit ea3871f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.6.1 (2020-01-15)

* Parsing of decay files (aka .dec files):
- Simpifications in various methods of class ``DecFileParser``.
- A couple more tests added.
* Minor fixes.


## Version 0.6.0 (2020-01-10)

* 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.6.0'
__version__ = '0.6.1'

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

0 comments on commit ea3871f

Please sign in to comment.