Skip to content

Commit

Permalink
Bump version to 2.7.1 and update CHANGELOG (#1182)
Browse files Browse the repository at this point in the history
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
  • Loading branch information
zxiiro committed Dec 6, 2021
1 parent 0d1a900 commit 576a841
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated

## Unreleased

## 2.7.1 (2021.12.06)

### Fixed

- [Resolve #1175] Adding commas for cfn-flip dependency (#1176)
- [Partially resolves #1174] Fixing Docs deployment by pinning Sphinx to lesser version (#1171)

### Nonfunctional

- Fix typo in CDK doc (#1181)
- Add release instructions (#1162)
- Resolve #1163 update doc link to new domain (#1166)
- Pointing SAM docs toward the sceptre-sam-handler (#1164)

## 2.7.0 (2021.11.18)

### Added
Expand Down
2 changes: 1 addition & 1 deletion sceptre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Cloudreach'
__email__ = 'sceptre@cloudreach.com'
__version__ = '2.7.0'
__version__ = '2.7.1'


# Set up logging to ``/dev/null`` like a library is supposed to.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.0
current_version = 2.7.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)|(?P<release_candidate>.*)
commit = True
tag = True
Expand Down

0 comments on commit 576a841

Please sign in to comment.