Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.11.0 #12

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Change Log
==========

Version 0.11.0 (2024-04-05)
---------------------------

Fixes:

- html parser: fix extraction of encoding from meta element
- use raw string for regex, fixes "DeprecationWarning: invalid escape
sequence \s" and others.

New features:

- include version infos into emeraldtree.__init__

Other changes:

- packaging modernized / enhanced: pyproject.toml, MANIFEST.in, setuptools-scm
- requires Python >= 3.9 now (dropped Python 2.x, removed "six")
- add github actions CI, remove travis CI config
- rst markup fixes / clean ups
- use tox for testing

Version 0.10.0 (2015-06-10)
---------------------------

Fixes:

- fix setup.py - platform and no download_url
- invalid output from HTML converter parsing preformatted code, multiline
paragraphs: part 2 of 2 fixes moin2 #516

Other changes:

- ported to Python 2.7 / >= 3.3 using six

Version 0.9.0 (2011-01-22)
--------------------------

First release on PyPI.