Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #183 from reactiveops/release/v2.7.3
Browse files Browse the repository at this point in the history
fixing an import issue with the most recent migration
  • Loading branch information
ejether authored Feb 27, 2019
2 parents e66d225 + e20c5f8 commit c1bcc9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## 2.7.3
### Fixed
- missing imports for latest migration

## 2.7.2
### Added
- Instructions on how to setup the development environment.
Expand Down
2 changes: 1 addition & 1 deletion pentagon/meta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version__ = "2.7.2"
__version__ = "2.7.3"
__author__ = 'ReactiveOps, Inc.'
2 changes: 2 additions & 0 deletions pentagon/migration/migrations/migration_2_7_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

from pentagon import migration
import yaml
import os
import logging

readme = """
Expand Down

0 comments on commit c1bcc9f

Please sign in to comment.