Skip to content

Commit

Permalink
revert release commit -- merging in one additional PR first
Browse files Browse the repository at this point in the history
This reverts commit 95919da.
  • Loading branch information
troyready committed Dec 18, 2019
1 parent 95919da commit 1971fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.4] - 2019-12-18
### Fixed
- Fixed multi-stack CDK apps

Expand Down Expand Up @@ -633,8 +631,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Fix changed CFN parameters not being displayed during `runway plan`.

[Unreleased]: https://github.com/onicagroup/runway/compare/v1.3.4...HEAD
[1.3.4]: https://github.com/onicagroup/runway/compare/v1.3.3...v1.3.4
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.3.3...HEAD
[1.3.3]: https://github.com/onicagroup/runway/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/onicagroup/runway/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/onicagroup/runway/compare/v1.3.0...v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion src/runway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Set package version."""
__version__ = '1.3.4'
__version__ = '1.3.3'

0 comments on commit 1971fd4

Please sign in to comment.