summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-04-12 02:00:23 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2021-04-12 02:00:23 +0100
commit23d5257edf594462d4d9b16bb54183752da6b7cd (patch)
treeeee62b503f53896d6f0ea0153a0e244269c3ac57
parent4e48be3b4fee28bf1eabd277c26b45c53db01a63 (diff)
downloadpython-fastimport-git-23d5257edf594462d4d9b16bb54183752da6b7cd.tar.gz
Release 0.9.11.fastimport-0.9.11
-rw-r--r--NEWS2
-rw-r--r--fastimport/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index eb94d02..dd2b064 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.11 UNRELEASED
+0.9.11 2021-04-12
0.9.10 2021-04-11
diff --git a/fastimport/__init__.py b/fastimport/__init__.py
index a168fe1..4b97b5a 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, 10)
+__version__ = (0, 9, 11)
diff --git a/setup.py b/setup.py
index 545931b..2740fa7 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-version = "0.9.10"
+version = "0.9.11"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",