Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 1.0.1 release #39

Merged
merged 3 commits into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = 1.0.0
current_version = 1.0.1
commit = True
message =
Prepare for {new_version} release
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ bump_version:
--list $(RELEASE) \
| tail -1 \
| sed s,"^.*=",,))
./tools/bump_changelog.sh $(NEW_VERSION)
git add debian/changelog
git commit --amend --no-edit

.PHONY: gen_news
Expand Down
6 changes: 6 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ fix problems like typo corrections or such.

.. towncrier release notes start

pystack 1.0.1 (2023-04-11)
==========================

No significant changes.


memray 1.0.0 (2023-04-06)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pystack/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion tests/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def test_process_core_with_search_root():
get_process_threads_mock.assert_called_with(
Path("corefile"),
Path("executable"),
library_search_path="foo:bar",
library_search_path="bar:foo",
native_mode=NativeReportingMode.OFF,
locals=False,
method=StackMethod.AUTO,
Expand Down
21 changes: 0 additions & 21 deletions tools/bump_changelog.sh

This file was deleted.