We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104eb94 commit ab776b4Copy full SHA for ab776b4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 0.10.1 (2020-12-10)
4
+
5
+* Environment YAML file updated to ``Particle`` version 0.14.
6
7
## Version 0.10.0 (2020-12-10)
8
9
* Dependencies:
decaylanguage/_version.py
@@ -5,7 +5,7 @@
# or https://github.com/scikit-hep/decaylanguage for details.
-__version__ = "0.10.0"
+__version__ = "0.10.1"
10
version = __version__
11
version_info = __version__.split(".")
environment.yml
@@ -10,7 +10,7 @@ dependencies:
- pydot>=1.3.0
- pip:
12
- hepunits>=2.0.0
13
- - particle==0.13.*
+ - particle==0.14.*
14
- lark-parser>=0.8.0,<0.8.6
15
- plumbum>=1.6.9
16
- RISE
0 commit comments