Skip to content

Commit

Permalink
Bump to 0.10b1 and update release notes - #1258
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jan 25, 2023
1 parent 7c8604e commit 7981d6d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,30 @@ Release plan
- **0.9.x** Definitely Removes Python 3.5 and 3.6 support


0.10 (unreleased)
-----------------
0.10b1
------

Released on 2022-01-25

Welcome onboard to new co-maintainer `Oscar Cortez <https://github.com/oscarmcm>`__ 🎉️

Changed / added
~~~~~~~~~~~~~~~

* "Edit Section" plugin fixed and patterns for finding headings rewritten url-issue:`1247` url-issue:`1246` (Chris Vigelius)
* Python 3.11 compatiblity: Fix "global flags not at the start of the expression" :url-issue:`1243` (Benbb96)
* Removed direct dependency on ``tinycss2``, inherited from ``bleach`` - due to old versions of pip unable to resolve
* Pass current revision to ``Editor.get_widget()`` and ``get_admin_widget()`` :url-issue:`1249` (Chris Vigelius)
* Refactor package setup to use ``pyproject.toml`` and `Hatch <https://pypi.org/project/hatch/>`__ :url-issue:`1227` (Oscar Cortez)

Fixed
~~~~~

* Use ``SHOW_MAX_CHILDREN`` in ``ArticleMixin`` :url-issue:`1240` (Oscar Cortez)
* Fixed wrong CSS class for collapse elements in Bootstrap 4 :url-issue:`1208` (Oscar Cortez)
* Fixed wrong version of Popper.js and update Bootstrap to v4.6.2 :url-issue:`1124` (Oscar Cortez)
* Added upper bound on dependency ``bleach>=0.5,<6`` :url-issue:`1253` (Benjamin Balder Bach)


0.9
---
Expand Down
2 changes: 1 addition & 1 deletion src/wiki/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9"
__version__ = "0.10b1"

0 comments on commit 7981d6d

Please sign in to comment.