Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Apr 21, 2020
1 parent 26aaf34 commit 7a5f253
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Expand Up @@ -7,7 +7,11 @@ History is important, but our current roadmap can be found [here](https://github
* Do not modify this file, since 1.7.1 Changes are generated on Pull request
title and will be added before release.

## 1.7.1 (2019-04-22)
## 1.7.2 (2019-04-21)

* Fixed: Jinja2&Six version limits causing build errors with ansible project [@insspb](https://github.com/insspb) (#1385)

## 1.7.1 (2019-04-21)

This release was focused on internal code and CI/CD changes. During this release
all code was verified to match pep8, pep257 and other code-styling guides.
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/__init__.py
Expand Up @@ -2,4 +2,4 @@

"""Main package for Cookiecutter."""

__version__ = '1.7.1'
__version__ = '1.7.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

from setuptools import setup

version = "1.7.1"
version = "1.7.2"

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
Expand Down

0 comments on commit 7a5f253

Please sign in to comment.