Skip to content

Commit

Permalink
Bump version to 0.8.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Sep 29, 2020
1 parent 42052b1 commit 12aaaf1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.8.0 (2020-09-29)

* Dependencies:
- Package dependent on ``Particle`` version 0.12.

## Version 0.7.0 (2020-08-13)

* Dependencies:
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.7.2'
__version__ = '0.8.0'

version = __version__
version_info = __version__.split('.')
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pydot>=1.3.0
- pip:
- hepunits>=1.2.0
- particle==0.11.*
- particle==0.12.*
- lark-parser>=0.8.0,<0.8.6
- plumbum>=1.6.9
- RISE
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
'cachetools; python_version<"3.3"',
'particle==0.11.*',
'particle==0.12.*',
'pydot'
]

Expand Down

0 comments on commit 12aaaf1

Please sign in to comment.