Skip to content

Commit

Permalink
Incremented to version 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalasek committed Sep 4, 2022
1 parent 43f2572 commit fa3bf99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ Changelog
- Changed tokens output representation: Solution is to re-execute the notebook with the new version of Pretty Jupyter.
- Implemented notebook-level metadata: Previous title, theme etc. needs to be moved to the new places. Check out :doc:`metadata` page.
- Change of html template structure: This is problem only if you have a custom template. In such a case, check out :doc:`custom_template`. Changing your inheriting template should require minimum changes.

2.0.1
~~~~~~~
- Fixed ``pretty-jupyter quickstart``
- Improved documentation
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
year = date.today().year
copyright = "2022-%s, Jan Palasek" % year
author = 'Jan Palasek'
version = '2.0.0'
version = '2.0.1'
release = version

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = pretty-jupyter
description = Exports Jupyter notebook into beautiful and dynamic HTML report.
version = 2.0.0
version = 2.0.1
license = GPLv3
license_file = LICENSE.md
platforms = any
Expand Down

0 comments on commit fa3bf99

Please sign in to comment.