Skip to content

Commit

Permalink
Prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jun 1, 2022
1 parent fdffddb commit f9376a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion HISTORY.md
Expand Up @@ -2,7 +2,20 @@

History is important, but our current roadmap can be found [here](https://github.com/cookiecutter/cookiecutter/projects)

## 2.1.1 (unreleased)
## 2.1.1 (2022-06-01)

### Documentation updates

* Fix local extensions documentation (#1686) @alkatar21

### Bugfixes

* Sanitize Mercurial branch information before checkout. (#1689) @ericof

### This release is made by wonderfull contributors:

@alkatar21, @ericof and @jensens


## 2.1.0 (2022-05-30)

Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/__init__.py
@@ -1,2 +1,2 @@
"""Main package for Cookiecutter."""
__version__ = "2.1.1.dev0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
"""cookiecutter distutils configuration."""
from setuptools import setup

version = "2.1.1.dev0"
version = "2.1.1"

with open('README.md', encoding='utf-8') as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit f9376a9

Please sign in to comment.