pull/226/head
Gael Pasgrimaud 2021-08-06 09:21:51 +02:00
parent 0e9b337cb8
commit ca82465e8c
2 changed files with 3 additions and 6 deletions

View File

@ -1,13 +1,10 @@
2.0 (unreleased)
----------------
2.0.0 (unreleased)
------------------
- Breaking change: inputs starting with ``"http://"`` or ``"https://"`` like
``PyQuery("http://example.com")`` will no longer fetch the contents of the URL.
Users desiring the old behavior should switch to ``PyQuery(url="http://example.com")``.
1.4.4 (unreleased)
------------------
- Add nextUntil method
- ``.remove()`` no longer inserts a space in place of the removed element

View File

@ -40,7 +40,7 @@ News
""" % read('README', 'CHANGES')
version = '1.4.4.dev0'
version = '2.0.0.dev0'
setup(name='pyquery',
version=version,