grim/hgwebplus

1e9c6759d873
Parents 661faeb32041
Children a2ae7a1add39
Update the version for the next round of development.
  • +3 -0
    ChangeLog
  • +1 -1
    setup.py
  • --- a/ChangeLog Sun May 17 06:14:39 2020 -0500
    +++ b/ChangeLog Sun May 17 06:16:30 2020 -0500
    @@ -1,3 +1,6 @@
    +0.5.1:
    + * Nothing yet, be the first!!
    +
    0.5.0: (2020-05-17)
    * Switched to mistune for markdown rendering to fix images. Fixes
    HGWEBPLUS-1.
    --- a/setup.py Sun May 17 06:14:39 2020 -0500
    +++ b/setup.py Sun May 17 06:16:30 2020 -0500
    @@ -3,7 +3,7 @@
    setup(
    name='hgwebplus',
    - version='0.5.0',
    + version='0.5.1',
    author='Gary Kramlich',
    author_email='grim@reaperworld.com',
    url='https://keep.imfreedom.org/grim/hgwebplus',