Skip to content

Commit

Permalink
Fix ndt project property file writing
Browse files Browse the repository at this point in the history
  • Loading branch information
psiniemi committed Mar 3, 2021
1 parent 7ecd288 commit ea9c081
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/NitorCreations/nameless-deploy-tools.svg?branch=master)](https://travis-ci.org/NitorCreations/nameless-deploy-tools)
[![Coverage Status](https://coveralls.io/repos/github/NitorCreations/nameless-deploy-tools/badge.svg?branch=master)](https://coveralls.io/github/NitorCreations/nameless-deploy-tools?branch=master)

## Released version 1.186
## Released version 1.187

Nameless deploy tools are a set of tools to implement a true Infrastructure As Code workflow
with various cloud infrastructure management tools. Currently supported tools are
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN set -ex \
&& rm -f terraform.zip

RUN python -m pip install -U pip
RUN pip install --no-cache-dir nameless-deploy-tools==1.186
RUN pip install --no-cache-dir nameless-deploy-tools==1.187

VOLUME /var/lib/docker

Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ optional arguments:
## `ndt upsert-cloudfront-records`
```bash
<botocore.paginate.PageIterator object at 0x7f2f7d9c8b80>
<botocore.paginate.PageIterator object at 0x7feeb2629b80>
Traceback (most recent call last):
File "/home/pasi/.local/bin/ndt", line 33, in <module>
sys.exit(load_entry_point(\'nameless-deploy-tools\', \'console_scripts\', \'ndt\')())
Expand Down
2 changes: 1 addition & 1 deletion n_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""
import base64

VERSION="1.186"
VERSION="1.187"

PATH_COMMANDS = [
'bin/create-shell-archive.sh',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
win_deps = ['win-unicode-console', 'wmi', 'pypiwin32' ]

setup(name='nameless-deploy-tools',
version='1.186',
version='1.187',
description='Tools for deploying to AWS via CloudFormation and Serverless framework that support a pull request based workflow',
url='http://github.com/NitorCreations/nameless-deploy-tools',
download_url='https://github.com/NitorCreations/nameless-deploy-tools/tarball/1.157',
Expand Down

0 comments on commit ea9c081

Please sign in to comment.