Skip to content

Commit

Permalink
Fixing the number of the release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrt committed Jan 27, 2020
1 parent 89ea14c commit 01de007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.2
## 1.2.2

- Fixing a problem with AWS tags (can't copy AWS tags)

Expand Down
2 changes: 1 addition & 1 deletion ec2cryptomatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import boto3
from botocore.exceptions import ClientError, EndpointConnectionError

__version__ = '1.1.2'
__version__ = '1.2.2'

# Define the global logger
LOGGER = logging.getLogger('ec2-cryptomatic')
Expand Down

0 comments on commit 01de007

Please sign in to comment.