Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUYSC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jorge Alfredo Jaimes Teherán
MUYSC
Commits
980c9976
Commit
980c9976
authored
4 years ago
by
Chris Holdgraf
Browse files
Options
Downloads
Patches
Plain Diff
RELEASE: v0.8.3
parent
5fb0d935
No related branches found
Branches containing commit
Tags
v0.8.3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
jupyter_book/__init__.py
+1
-1
1 addition, 1 deletion
jupyter_book/__init__.py
with
14 additions
and
1 deletion
CHANGELOG.md
+
13
−
0
View file @
980c9976
# Change Log
## v0.8.3 2020-10-12
This is a relatively minor release with bugfixes and under-the-hood improvements.
### Bugs fixed
*
🐛 FIX: colab default is now empty
[
#1026
](
https://github.com/executablebooks/jupyter-book/pull/1026
)
(
[@choldgraf](https://github.com/choldgraf
)
)
## Upgrade EBT dependencies
*
⬆️UPGRADE: sphinx-book-theme v0.0.38
[
#1047
](
https://github.com/executablebooks/jupyter-book/pull/1047
)
(
[@choldgraf](https://github.com/choldgraf
)
)
*
⬆️ Update sphinx-panels pinning v0.5.2
[
#1044
](
https://github.com/executablebooks/jupyter-book/pull/1044
)
(
[@chrisjsewell](https://github.com/chrisjsewell
)
)
## v0.8.2 2020-09-19
(
[
full changelog
](
https://github.com/executablebooks/jupyter-book/compare/v0.8.1...879a2d4133db58a636655e08323cd98609cefcb4
)
)
...
...
This diff is collapsed.
Click to expand it.
jupyter_book/__init__.py
+
1
−
1
View file @
980c9976
...
...
@@ -5,7 +5,7 @@ from .toc import add_toc_to_sphinx, add_toctree
from
.directive.toc
import
TableofContents
,
SwapTableOfContents
__version__
=
"
0.8.
2
"
__version__
=
"
0.8.
3
"
def
add_static_files
(
app
,
config
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment