summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-06-09 18:55:46 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2021-06-09 18:55:46 +0100
commitb57e285db4fa44b05b345fa757ca5a380fd2bdd9 (patch)
tree8ef00019d6e90a8b693c6ec0f549f8bce3e47540
parent15f53dd870ccb17086d58f5fda630085d33d2853 (diff)
downloadpython-fastimport-git-b57e285db4fa44b05b345fa757ca5a380fd2bdd9.tar.gz
Release 0.9.12.fastimport-0.9.12
-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 4b4a76a..a95f532 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.12 UNRELEASED
+0.9.12 2021-06-09
0.9.11 2021-04-12
diff --git a/fastimport/__init__.py b/fastimport/__init__.py
index 4b97b5a..9d4701d 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, 11)
+__version__ = (0, 9, 12)
diff --git a/setup.py b/setup.py
index 2740fa7..6d38778 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-version = "0.9.11"
+version = "0.9.12"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",