Update version to 1.1

This commit is contained in:
Sebastian Celis 2020-07-09 13:58:50 -05:00
parent 4dffd16ec8
commit 54072398dc
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Unreleased
# 1.1 (2020-07-09)
- Feature: Add --escape-all-tags option to force escaping of Android styling tags (#281)
- Improvement: Twine now requires Ruby 2.4 or greater and rubyzip 2.0 or greater (#297)
- Bugfix: Fix issues with the Django formatter (#289)
# 1.0.6 (2019-05-28)

View file

@ -1,3 +1,3 @@
module Twine
VERSION = '1.0.6'
VERSION = '1.1'
end