Skip to content

Commit

Permalink
Merge pull request #543 from fedejaure/release-v2.3.1
Browse files Browse the repository at this point in the history
Bump version: 2.3.0 → 2.3.1
  • Loading branch information
fedejaure authored Nov 18, 2023
2 parents fc492b5 + 04f08bf commit d3ccc7f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 2.3.0
current_version = 2.3.1

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]

## [2.3.1] - 2023-11-18
### Changed
- actions/setup-python from `v4.6.1` to `v4.7.1`.
- actions/checkout from `v3.5.2` to `v4.1.1`.
Expand Down Expand Up @@ -355,7 +357,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release.


[Unreleased]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v2.3.0...develop
[Unreleased]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v2.3.1...develop
[2.3.1]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v2.1.0...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pip install -U cookiecutter
Generate a Python package project:

```
cookiecutter gh:fedejaure/cookiecutter-modern-pypackage --checkout v2.3.0
cookiecutter gh:fedejaure/cookiecutter-modern-pypackage --checkout v2.3.1
```

Then:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# built documents.
#
# The short X.Y version.
version = "2.3.0"
version = "2.3.1"
# The full version, including alpha/beta/rc tags.
release = "2.3.0"
release = "2.3.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Use cookiecutter, pointing it at the cookiecutter-pypackage repo:

.. code-block:: bash
$ cookiecutter gh:fedejaure/cookiecutter-modern-pypackage --checkout v2.3.0
$ cookiecutter gh:fedejaure/cookiecutter-modern-pypackage --checkout v2.3.1
You'll be asked to enter a bunch of values to set the package up.
If you don't know what to enter, stick with the defaults.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookiecutter-modern-pypackage"
version = "2.3.0"
version = "2.3.1"
description = "Cookiecutter template for a modern Python package."
authors = ["Federico Jaureguialzo <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d3ccc7f

Please sign in to comment.