From 1eda5a1931c6cf0d91b2465c44303c8e7cb32218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 10 Apr 2021 15:30:50 +0100 Subject: Release 0.9.9. --- NEWS | 2 +- fastimport/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3ec54f7..51a5223 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.9.9 UNRELEASED +0.9.9 2021-04-10 * Drop various other python2 helpers, test on newer versions of Python. (Jelmer Vernooij) diff --git a/fastimport/__init__.py b/fastimport/__init__.py index 0b37616..546a044 100644 --- a/fastimport/__init__.py +++ b/fastimport/__init__.py @@ -30,4 +30,4 @@ it can be used by other projects. Use it like so: processor.process(parser.parse()) """ -__version__ = (0, 9, 8) +__version__ = (0, 9, 9) diff --git a/setup.py b/setup.py index 6a57c41..d93852b 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from setuptools import setup -version = "0.9.8" +version = "0.9.9" setup(name="fastimport", description="VCS fastimport/fastexport parser", -- cgit v1.2.1