File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.3 (2017-12-23)
2+
3+ Bugfix release- primarily to deal with a bug that's been around since the
4+ introduction of interactive mode/changesets. The bug primarily deals with the
5+ fact that we weren't deleting Changesets that were not submitted. This didn't
6+ affect anyone for the longest time, but recently people have started to hit
7+ limits on the # of changesets in an account. The current thinking is that the
8+ limits weren't enforced before, and only recently has been enforced.
9+
10+ - Add S3 remote package sources [ GH-487 ]
11+ - Make blueprint dump always create intermediate directories [ GH-499 ]
12+ - Allow duplicate keys for most config mappings except ` stacks ` [ GH-507 ]
13+ - Remove un-submitted changesets [ GH-513 ]
14+
115## 1.1.2 (2017-11-01)
216
317This is a minor update to help deal with some of the issues between ` stacker `
Original file line number Diff line number Diff line change 11import os
22from setuptools import setup , find_packages
33
4- VERSION = "1.1.2 "
4+ VERSION = "1.1.3 "
55
66src_dir = os .path .dirname (__file__ )
77
Original file line number Diff line number Diff line change 1- __version__ = "1.1.2 "
1+ __version__ = "1.1.3 "
You can’t perform that action at this time.
0 commit comments