Skip to content

Commit

Permalink
Bump version to 3.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 27, 2022
1 parent c482976 commit 7b985ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ clean-all: clean

.PHONY: .clean-dev-install
.clean-dev-install:
pip uninstall --yes dist/doorstop*.whl
- pip uninstall --yes dist/doorstop*.whl

.PHONY: .clean-test
.clean-test:
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.3.0
Pygments==2.11.2
mkdocs==1.4.1
Pygments==2.13.0
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "doorstop"
version = "3.0b5"
version = "3.0b6"
description = "Requirements management using version control."

license = "LGPLv3"
Expand Down

0 comments on commit 7b985ff

Please sign in to comment.