From 4fa59d6205b93bcffb6c23b564a00d1cfc48c441 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Mon, 16 Oct 2017 15:22:27 -0500 Subject: [PATCH] Update version to 1.0 --- CHANGELOG.md | 2 +- lib/twine/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c2511..69b04e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Version +# 1.0 - Feature: Fail twine commands if there's more than one formatter candidate (#201) - Feature: In the Apple formatter, use developer language for the base localization (#219) diff --git a/lib/twine/version.rb b/lib/twine/version.rb index d289a0c..ddaa0ea 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '0.10.1' + VERSION = '1.0' end