grim/hgwebplus

Prepare for release
v0.6.4
2021-12-04, Gary Kramlich
3d54105c9687
Parents 080ec4c84511
Children 4bff880999c0
Prepare for release
  • +1 -1
    ChangeLog
  • +1 -1
    setup.py
  • --- a/ChangeLog Sat Dec 04 05:26:26 2021 -0600
    +++ b/ChangeLog Sat Dec 04 05:27:16 2021 -0600
    @@ -1,4 +1,4 @@
    -0.6.4:
    +0.6.4: (2021-12-04)
    * Patch from Tuomo Valkonen to use unicode instead of ascii for diff
    generation. (HGWEBPLUS-13)
    * Patch from Tuomo Valkonen to fix Python 2 compatibilty. (HGWEBPLUS-12)
    --- a/setup.py Sat Dec 04 05:26:26 2021 -0600
    +++ b/setup.py Sat Dec 04 05:27:16 2021 -0600
    @@ -3,7 +3,7 @@
    setup(
    name='hgwebplus',
    - version='0.6.3',
    + version='0.6.4',
    author='Gary Kramlich',
    author_email='grim@reaperworld.com',
    url='https://keep.imfreedom.org/grim/hgwebplus',