Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Celis <sebastian@sebastiancelis.com>2017-10-16 23:22:27 +0300
committerSebastian Celis <sebastian@sebastiancelis.com>2017-10-16 23:22:27 +0300
commit4fa59d6205b93bcffb6c23b564a00d1cfc48c441 (patch)
tree864ab4967cbaa1f14c2b4a3340ecf476af53bfa8
parent8e3170ccd726b3340a418870f462490059542188 (diff)
Update version to 1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/twine/version.rb2
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