Skip to content

Commit

Permalink
Bump version to 0.3.1 (#68)
Browse files Browse the repository at this point in the history
* Bump version to 0.3.1
* Update the changelog
  • Loading branch information
lgpage committed Apr 5, 2024
1 parent b2ffe67 commit 5e4615d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
parse =
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<micro>\d+)
(?:\.(?P<release>dev)(?P<devnum>\d+))?
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.2 Onwards

Please see the [GitHub releases](https://github.com/lgpage/pytest-cython/releases) for what has changed

## 0.2.1

The full list of merged changes is:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='pytest-cython',
version='0.3.0',
version='0.3.1',
description='A plugin for testing Cython extension modules',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tests/example-project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='pytest-cython',
version='0.3.0',
version='0.3.1',
description="Example Cython project for pytest-cython tests",
package_dir={'': 'src'},
packages=['pypackage'],
Expand Down

0 comments on commit 5e4615d

Please sign in to comment.