Skip to content

Commit 4c56ed6

Browse files
Set parsimonious version to avoid crash
1 parent 97b7777 commit 4c56ed6

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

docs/whats_new.rst

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
What's New
22
==========
3+
v3.6.1 (2022/09/05)
4+
-------------------
5+
6+
New Features
7+
~~~~~~~~~~~~
8+
9+
Breaking changes
10+
~~~~~~~~~~~~~~~~
11+
12+
Deprecations
13+
~~~~~~~~~~~~
14+
15+
Bug fixes
16+
~~~~~~~~~
17+
18+
Documentation
19+
~~~~~~~~~~~~~
20+
21+
Performance
22+
~~~~~~~~~~~
23+
24+
Internal Changes
25+
~~~~~~~~~~~~~~~~
26+
- Set :py:mod:`parsimonius` requirement to 0.9.0 to avoid breaking-change. Pending to update PySD to run it with :py:mod:`parsimonious` 0.10.0.
27+
328
v3.6.0 (2022/08/31)
429
-------------------
530

pysd/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.6.0"
1+
__version__ = "3.6.1"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas
2-
parsimonious
2+
parsimonious==0.9.0
33
xarray
44
xlrd
55
lxml

0 commit comments

Comments
 (0)