Skip to content

Commit

Permalink
Fix changelog and integrate it into the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Feb 16, 2020
1 parent 8119019 commit e375959
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/site/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.3.5
-----
- Add version to a separate file, so that ``pandas_schema.__version__`` now works (see `#11<https://github.com/TMiguelT/PandasSchema/issues/11>`_)
- Make the ``InRangeValidation`` correctly report a validation failure when it validates non-numeric text, instead of crashing (see `#30<https://github.com/TMiguelT/PandasSchema/pull/11>`_)
~~~~~
- Add version to a separate file, so that ``pandas_schema.__version__`` now works (see `#11 <https://github.com/TMiguelT/PandasSchema/issues/11>`_)
- Make the ``InRangeValidation`` correctly report a validation failure when it validates non-numeric text, instead of crashing (see `#30 <https://github.com/TMiguelT/PandasSchema/pull/11>`_)
4 changes: 4 additions & 0 deletions doc/site/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ a word, but it doesn't contain the letter 'a':
Note that these operators do not short-circuit, so all validations will be applied to all rows, regardless of if that
row has already failed a validation.

Changelog
---------
.. include:: ./changelog.rst

Development
-----------

Expand Down

0 comments on commit e375959

Please sign in to comment.