Skip to content

Commit f67d2d4

Browse files
committed
Bump version to 1.1.4
1 parent 8fdc8bb commit f67d2d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/about/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Change Log
1010
View release history on `PyPI <https://pypi.org/project/sequencing/#history>`_
1111
or `GitHub <https://github.com/sequencing-dev/sequencing/releases>`_.
1212

13+
Version 1.1.4
14+
-------------
15+
16+
Release date: 2021-06-22.
17+
18+
**Bug fixes**
19+
- Fix a bug that prevented sequences with dynamic collapse operators (``CTerms``) from compiling.
20+
- Add a unit test for the above feature.
21+
1322
Version 1.1.3
1423
-------------
1524

sequencing/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# This source code is licensed under the BSD-style license found in the
77
# LICENSE file in the root directory of this source tree.
88

9-
__version_info__ = (1, 1, 3)
9+
__version_info__ = (1, 1, 4)
1010
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)