Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jun 1, 2022
1 parent f9376a9 commit 8e3cf36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,9 @@

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


## 2.1.2 (unreleased)

## 2.1.1 (2022-06-01)

### Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/__init__.py
@@ -1,2 +1,2 @@
"""Main package for Cookiecutter."""
__version__ = "2.1.1"
__version__ = "2.1.2.dev0"
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"
version = "2.1.2.dev0"

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

0 comments on commit 8e3cf36

Please sign in to comment.