Skip to content

Commit 852d786

Browse files
Kriechipgjones
authored andcommitted
use CHANGELOG
1 parent fca354a commit 852d786

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst renamed to CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Release History
2323
- Invalid ALTSVC frames with non-bytestring field or origin now raise ``InvalidFrameError``, not
2424
``ValueError``. Note that ``InvalidFrameError`` is a ``ValueError`` subclass.
2525

26-
2726
**Other Changes**
2827

29-
- Drop support for Python 2.7, 3.4, 3.5, pypy and support 3.8.
28+
- Removed support for Python 2.7, 3.4, 3.5, pypy.
29+
- Added support for Python 3.8.
3030

3131
5.2.0 (2019-01-18)
3232
------------------

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ graft docs
33
graft test
44
prune docs/build
55
prune test/http2-frame-test-case
6-
include README.rst LICENSE HISTORY.rst CONTRIBUTORS.rst tox.ini .gitmodules
6+
include README.rst LICENSE CHANGELOG.rst CONTRIBUTORS.rst tox.ini .gitmodules
77
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
author_email='cory@lukasa.co.uk',
3939
url='https://github.com/python-hyper/hyperframe/',
4040
packages=find_packages(where="src"),
41-
package_data={'': ['LICENSE', 'README.rst', 'HISTORY.rst']},
41+
package_data={'': ['LICENSE', 'README.rst', 'CHANGELOG.rst']},
4242
package_dir={'': 'src'},
4343
python_requires='>=3.6.1',
4444
include_package_data=True,

0 commit comments

Comments
 (0)