summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harper <[email protected]>2020-05-26 18:38:26 +0000
committerServer Team CI Bot <[email protected]>2020-05-26 18:38:26 +0000
commit5153c57524c5f0e7737530f07987a1d517e5478e (patch)
tree229bc213c5981f7c1d16d0143ccc6134a0dcd1bb
parent4190db69c3dc7dc1b88221aa4b639e4484713255 (diff)
Release 20.120.1
Bump the version in curtin/__init__.py to be 20.1. LP: #1880741
-rw-r--r--curtin/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curtin/__init__.py b/curtin/__init__.py
index 7114b3ba..2e1a0ed3 100644
--- a/curtin/__init__.py
+++ b/curtin/__init__.py
@@ -34,6 +34,6 @@ FEATURES = [
'HAS_VERSION_MODULE',
]
-__version__ = "19.3"
+__version__ = "20.1"
# vi: ts=4 expandtab syntax=python