We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d65c1 commit e08e7dfCopy full SHA for e08e7df
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Version 0.10.3 (2021-03-23)
4
+
5
+* Miscellaneous:
6
+ - Code refactored in the CI by Sourcery.ai.
7
+ - Updates to versions of pre-commit hooks.
8
9
## Version 0.10.2 (2021-01-19)
10
11
* Parsing of decay files (aka .dec files):
decaylanguage/_version.py
@@ -5,7 +5,7 @@
# or https://github.com/scikit-hep/decaylanguage for details.
-__version__ = "0.10.2"
+__version__ = "0.10.3"
version = __version__
version_info = __version__.split(".")
0 commit comments