Skip to content

Commit

Permalink
Merge pull request #1684 from cookiecutter/bump-release-2.1.0
Browse files Browse the repository at this point in the history
bump version and edit history
  • Loading branch information
jensens committed May 30, 2022
2 parents ba1c461 + 96c6826 commit f601b71
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,34 @@

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

## 2.1.0 (2022-05-30)

### Changes

* Move contributors and backers to credits section (#1599) @doobrie
* test_generate_file_verbose_template_syntax_error fixed (#1671) @MaciejPatro
* Removed changes related to setuptools_scm (#1629) @ozer550
* Feature/local extensions (#1240) @mwesterhof

### CI/CD and QA changes

* Check manifest: pre-commit, fixes, cleaning (#1683) @jensens
* Follow PyPA guide to release package using GitHub Actions. (#1682) @ericof

### Documentation updates

* Fix typo in dict_variables.rst (#1680) @ericof
* Documentation overhaul (#1677) @jensens
* Fixed incorrect link on docs. (#1649) @luzfcb

### Bugfixes

* Restore accidentally deleted support for click 8.x (#1643) @jaklan

### This release was made possible by our wonderful contributors:

@doobrie, @jensens, @ericof, @luzfcb

## 2.0.2 (2021-12-27)

*Remark: This release never made it to official PyPI*
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/__init__.py
@@ -1,2 +1,2 @@
"""Main package for Cookiecutter."""
__version__ = "2.0.2"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
"""cookiecutter distutils configuration."""
from setuptools import setup

version = "2.0.3.dev0"
version = "2.1.0"

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

0 comments on commit f601b71

Please sign in to comment.