Skip to content

Commit

Permalink
Set version to 4.6.2
Browse files Browse the repository at this point in the history
See CHANGES.md for a full list of changes.
  • Loading branch information
joeyespo committed Oct 12, 2023
1 parent 2784eb2 commit ed3adea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Grip Changelog
--------------


#### Version 4.6.2 (2023-10-12)

##### Bugs fixed

- Support Werkzeug 3 by using a default encoding of UTF-8 ([#377](https://github.com/joeyespo/grip/ issues/377) - thanks, [@daniel-eichinger-bl][]!)


#### Version 4.6.1 (2022-03-30)

##### Bugs fixed
Expand Down Expand Up @@ -393,3 +400,4 @@ Grip Changelog
[@wvspee]: https://github.com/wvspee
[@Methacrylon]: https://github.com/Methacrylon
[@bryce-carson]: https://github.com/bryce-carson
[@daniel-eichinger-bl]: https://github.com/daniel-eichinger-bl
2 changes: 1 addition & 1 deletion grip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '4.6.1' # noqa
__version__ = '4.6.2' # noqa

import sys

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(filename):

setup(
name='grip',
version='4.6.1',
version='4.6.2',
description='Render local readme files before sending off to GitHub.',
long_description=__doc__,
author='Joe Esposito',
Expand Down

0 comments on commit ed3adea

Please sign in to comment.