From 1a07ff7a813b1fc4d5caf278e05752d1c0d55563 Mon Sep 17 00:00:00 2001
From: "Simon P. Couch" <simonpatrickcouch@gmail.com>
Date: Mon, 3 Jan 2022 16:06:51 -0500
Subject: [PATCH] bump version

---
 DESCRIPTION | 2 +-
 NEWS.md     | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 9dd898690..8247e3d7a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Type: Package
 Package: broom
 Title: Convert Statistical Objects into Tidy Tibbles
-Version: 0.7.10.9000
+Version: 0.7.11
 Authors@R:
     c(person(given = "David",
              family = "Robinson",
diff --git a/NEWS.md b/NEWS.md
index a90b803e0..16e0067e7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,4 @@
-# broom 0.7.10.9000
-
-To be released as broom 0.7.11.
+# broom 0.7.11
 
 * Addressed issue with the ordering of original observations in `augment.rqs`. Now function preserves the original `data.frame` names also when the input `data.frame` only has one column (`#1052` by `@ilapros`).
 * Addressed warning from `tidy.rma` when `x$ddf` has length greater than 1 (`#1064` by `@wviechtb`).