Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.8
install:
- requirements: requirements.txt
- method: pip
Expand Down
9 changes: 9 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Change Log
View release history on `PyPI <https://pypi.org/project/sequencing/#history>`_
or `GitHub <https://github.com/sequencing-dev/sequencing/releases>`_.

Version 1.2.0
-------------

Release date: 2022-08-30.

**New Features**
- Add support for time step ``dt != 1 ns`` (`#21 <https://github.com/sequencing-dev/sequencing/pull/21>`_).


Version 1.1.4
-------------

Expand Down
Loading