grim/hgwebplus

Prep for release
v0.6.2
2020-11-02, Gary Kramlich
9aa6265f6650
Parents 4d2681a1d375
Children 3c9b2c82af32
Prep for release
  • +4 -0
    ChangeLog
  • +1 -1
    setup.py
  • --- a/ChangeLog Mon Nov 02 23:05:59 2020 -0600
    +++ b/ChangeLog Mon Nov 02 23:06:05 2020 -0600
    @@ -1,3 +1,7 @@
    +0.6.2:
    + * Gave up on making http_clone_url smart and instead add an additional
    + http_base_url and let the templates figure out what to do.
    +
    0.6.1:
    * Tweak the http_clone_path keyword.
    --- a/setup.py Mon Nov 02 23:05:59 2020 -0600
    +++ b/setup.py Mon Nov 02 23:06:05 2020 -0600
    @@ -3,7 +3,7 @@
    setup(
    name='hgwebplus',
    - version='0.6.1',
    + version='0.6.2',
    author='Gary Kramlich',
    author_email='grim@reaperworld.com',
    url='https://keep.imfreedom.org/grim/hgwebplus',