We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1257ad9 commit ea3871fCopy full SHA for ea3871f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Version 0.6.1 (2020-01-15)
4
+
5
+* Parsing of decay files (aka .dec files):
6
+ - Simpifications in various methods of class ``DecFileParser``.
7
+ - A couple more tests added.
8
+* Minor fixes.
9
10
11
## Version 0.6.0 (2020-01-10)
12
13
* Parsing of decay files (aka .dec files):
decaylanguage/_version.py
@@ -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 commit comments