diff --git a/doc/conf.py b/doc/conf.py index 142eff0..f34ecfd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,9 +28,9 @@ copyright = u'2019, RĂ©mi Caput' # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.1.0' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/src/Cottle/Cottle.csproj b/src/Cottle/Cottle.csproj index a083f79..da308e4 100644 --- a/src/Cottle/Cottle.csproj +++ b/src/Cottle/Cottle.csproj @@ -4,7 +4,7 @@ Cottle Cottle: High performance template engine High performance, light & extensible template engine library for .NET 4.7.2 and above. - 2.0.12 + 2.1.0 Remi Caput net8.0;net7.0;net6.0;net472 Cottle: High performance template engine