Skip to content

Commit

Permalink
Prepare hot fix 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jul 10, 2020
1 parent f973461 commit b47187a
Show file tree
Hide file tree
Showing 3 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.1 (2020-07-10)
------------------

- (Fixed) Remove dependency to ``typing`` since it is no longer required for Python 3.5 and prevents the installation of Sismic.


1.6.0 (2020-03-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='statechart state machine interpreter model uml scxml harel',

Expand All @@ -49,7 +50,6 @@
'ruamel.yaml>=0.12.10',
'schema>=0.6.2',
'behave>=1.2.6',
'typing>=3.5.1'
],

entry_points={
Expand Down
2 changes: 1 addition & 1 deletion sismic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__package__ = 'sismic'
__version__ = '1.6.0'
__version__ = '1.6.1'
__licence__ = 'LGPL3'
__author__ = 'Alexandre Decan'
__url__ = 'https://github.com/AlexandreDecan/sismic/'
Expand Down

0 comments on commit b47187a

Please # to comment.