From 839fceeeb3fd446d31a511c48f758c780c841dd7 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 6 May 2016 13:03:33 -0400 Subject: [PATCH] I dub thee v0.10.0 --- RELEASE TODO.md | 4 ++-- lib/squib/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE TODO.md b/RELEASE TODO.md index 94aacf3..ede2dd8 100644 --- a/RELEASE TODO.md +++ b/RELEASE TODO.md @@ -3,16 +3,16 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue) - [ ] CHANGELOG is written for all new changes - [ ] README is updated - [ ] Samples are updated - - [ ] `rake doc` - [ ] Check `sample_regression_spec.rb` regression tests are all enabled (i.e. `overwrite_sample` is commented out) - [ ] Bump version.rb - [ ] Do a full rake locally - [ ] `rake sanity`, and check visually - [ ] Travis is passing on dev branch - [ ] Merge master branch + - [ ] Push master branch - [ ] Create GitHub release tag - [ ] `gem push pkg/squib-x.y.z.gem` - [ ] Github milestone closed - - [ ] Push `rake doc` to website + - [ ] Activate version on squib.readthedocs.org - [ ] Bump version.rb to the next alpha - [ ] Publish on BoardGameGeek thread diff --git a/lib/squib/version.rb b/lib/squib/version.rb index e5ca92c..519d0ac 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -6,5 +6,5 @@ module Squib # Most of the time this is in the alpha of the next release. # e.g. v0.0.5a is on its way to becoming v0.0.5 # - VERSION = '0.10.0b' + VERSION = '0.10.0' end