From 250a03b4cdce86d8d6ca231097a85a51d7223448 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Sun, 2 Dec 2018 13:25:38 -0500 Subject: [PATCH] This is Flintrock 0.11.0. --- CHANGES.md | 8 +++++++- flintrock/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1efdf2ea..207f8f8b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,13 @@ ## [Unreleased] -[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.10.0...master +[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.11.0...master + +Nothing notable yet. + +## [0.11.0] - 2018-12-02 + +[0.11.0]: https://github.com/nchammas/flintrock/compare/v0.10.0...v0.11.0 ### Changed diff --git a/flintrock/__init__.py b/flintrock/__init__.py index 3821a988..7a80b26d 100644 --- a/flintrock/__init__.py +++ b/flintrock/__init__.py @@ -1,2 +1,2 @@ # See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability -__version__ = '0.11.0.dev0' +__version__ = '0.11.0'