diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal index e41b2f6ee88f83a79fcd731b7d1932f965d60f2a..2b680ca7eede57b89e6b77797a1b72b9bcf45fc9 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -1,5 +1,5 @@ name: Cabal -version: 2.2.0.0 +version: 2.2.0.1 copyright: 2003-2018, Cabal Development Team (see AUTHORS file) license: BSD3 license-file: LICENSE diff --git a/Cabal/Makefile b/Cabal/Makefile index a2522cc0e68dd5a2d54fdfff9dba07ba447362d1..6933785e14d7983c15613a5c2c5761aa8a5d83ed 100644 --- a/Cabal/Makefile +++ b/Cabal/Makefile @@ -1,5 +1,5 @@ -VERSION=2.2.0.0 +VERSION=2.2.0.1 #KIND=devel KIND=rc diff --git a/Cabal/doc/conf.py b/Cabal/doc/conf.py index 0e252b34af2beb2e816a46fca30fbe4bb177a7ee..d323b680ab2ba4be4a40e90ba03b9f6a0c49c4d5 100644 --- a/Cabal/doc/conf.py +++ b/Cabal/doc/conf.py @@ -13,7 +13,7 @@ import sphinx_rtd_theme sys.path.insert(0, os.path.abspath('.')) import cabaldomain -version = "2.2.0.0" +version = "2.2.0.1" extensions = ['sphinx.ext.extlinks']