grim/hgwebplus

Bump the version release
v0.4.0
2020-05-04, Gary Kramlich
5597ca3d870f
Parents 5ed8e79fa179
Children f3c0a1e7bf41
Bump the version release
  • +1 -1
    ChangeLog
  • +1 -1
    setup.py
  • --- a/ChangeLog Mon May 04 23:54:51 2020 -0500
    +++ b/ChangeLog Mon May 04 23:56:52 2020 -0500
    @@ -1,4 +1,4 @@
    -0.3.1:
    +0.4.0: (2020-05-04)
    * Added a ChangeLog.
    * Always make the line numbers available in the diff template.
    * Added the ability to install static files into the hgweb templates static
    --- a/setup.py Mon May 04 23:54:51 2020 -0500
    +++ b/setup.py Mon May 04 23:56:52 2020 -0500
    @@ -3,7 +3,7 @@
    setup(
    name='hgwebplus',
    - version='0.3.0',
    + version='0.4.0',
    author='Gary Kramlich',
    author_email='grim@reaperworld.com',
    url='https://keep.imfreedom.org/grim/hgwebplus',