Release 1.1.0b3 (#1361)

* Update __init__.py because it wasn't updated by previous bump2version

* Add some comments about docker mechanisms that are disturbing release workflow

* Bump to version 1.1.0b3

* Revert "Bump to 1.1.0b2, rebuild assets"

This reverts commit 615eb528cc.

* Add changelog entry for #1073

* Changelog entry for #1193
This commit is contained in:
Benjamin Balder Bach
2022-10-14 21:03:53 +02:00
committed by GitHub
parent 7771d05856
commit 53ec9f8554
42 changed files with 246 additions and 189 deletions

View File

@@ -5,11 +5,11 @@ Changelog
Development version (|development_version|)
===========================================
.. |development_version| replace:: 1.1.0b2
.. |development_version| replace:: 1.1.0b3
.. _release-1.1.0b2:
.. _release-1.1.0b3:
1.1.0b2
1.1.0b3
=======
Dependency Changes
@@ -28,6 +28,7 @@ Features
--------
* Nicer styles for <kbd> (#967)
* New styling for breadcrumbs (#1073)
Fixes
@@ -37,6 +38,7 @@ Fixes
* Table cells with multiple paragraphs gets wrong formatting (#289)
* Definition lists rendered wrongly in api docs (#1052)
* Citation not styled properly (#1078)
* Long URLs did not wrap (#1193)
Minor Changes