Skip to content

Commit

Permalink
Bump version to 0.7.0 (#106)
Browse files Browse the repository at this point in the history
* Bump version to 0.7.0

* Fix issue with Lark found in a test

* Particle dependency upgraded to 0.11

* Depend on lark-parser 0.8.*

* Depend on lark-parser <0.8.6
  • Loading branch information
eduardo-rodrigues authored Aug 13, 2020
1 parent 5e94862 commit 73e04e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Changelog

## Version 0.7.0

Under development.
## Version 0.7.0 (2020-08-13)

* Dependencies:
- Package dependent on ``Particle`` version 0.10.
- Package dependent on ``Particle`` version 0.11.
- Dependencies on `lark-parser` and others upgraded.


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.2'
__version__ = '0.7.0'

version = __version__
version_info = __version__.split('.')
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- pydot>=1.3.0
- pip:
- hepunits>=1.2.0
- particle==0.10.*
- lark-parser>=0.8.0
- particle==0.11.*
- lark-parser>=0.8.0,<0.8.6
- plumbum>=1.6.9
- RISE
- graphviz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'numpy>=1.12',
'pandas>=0.22',
'six>=1.11',
'lark-parser>=0.8.0',
'lark-parser>=0.8.0, <0.8.6',
'pathlib2>=2.3; python_version<"3.5"',
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
Expand Down

0 comments on commit 73e04e4

Please sign in to comment.