Skip to content

Commit

Permalink
Pinning Jinja2 version in test_requirements as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyasz committed May 13, 2021
1 parent c8a9d27 commit 6834221
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## [2.11.0] = TBD
- python 3.8 compatibility
- CloudCache (the class supporting cloud-based data releases) is now smart enough to construct symlinks between files that are identical across dataset versions (rather than downloading duplicate copies of files).
- VisualBehavioOphysProjectCache supports user-controlled switching between dataset versions.

## [2.10.3] = 2021-04-23
- Adds restriction to require hdmf version to be strictly less than 2.5.0 which accidentally introduced a major version breaking change
Expand Down
2 changes: 2 additions & 0 deletions doc_template/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ See the `mouse connectivity section <connectivity.html>`_ for more details.
What's New - 2.11.0
-----------------------------------------------------------------------
- python 3.8 compatibility
- CloudCache (the class supporting cloud-based data releases) is now smart enough to construct symlinks between files that are identical across dataset versions (rather than downloading duplicate copies of files).
- VisualBehavioOphysProjectCache supports user-controlled switching between dataset versions.


What's New - 2.10.3
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ moto==2.0.1
pep8==1.7.0,<2.0.0
flake8>=1.5.0,<4.0.0
pylint>=1.5.4,<3.0.0
jinja2>=2.7.3,<2.12.0
numpydoc>=0.6.0,<1.0.0
jupyter>=1.0.0,<2.0.0

0 comments on commit 6834221

Please sign in to comment.