Skip to content

Commit

Permalink
Prepare 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Oct 30, 2023
1 parent ae48d98 commit 3ab098c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.6.6 (2023-10-30)
------------------

- (Fixed) Backward incompatible change in ``ruamel.yaml``.


1.6.5 (2023-05-08)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
keywords='statechart state machine interpreter model uml scxml harel',

packages=find_packages(exclude=['docs', 'tests']),
python_requires='>=3.5',
python_requires='>=3.7',
install_requires=[
'ruamel.yaml>=0.12.10',
'ruamel.yaml>=0.18.2',
'schema>=0.5.0',
'behave>=1.2.6',
],
Expand Down

0 comments on commit 3ab098c

Please sign in to comment.