Skip to content

Commit

Permalink
Bump version to 3.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 7, 2022
1 parent f810a3f commit 0f6046c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
- **BREAKING:** Removed `--no-body-levels` option to `doorstop publish`.
- Fixed overriding default attributes with `doorstop add`. ([@tangoalx](https://github.com/doorstop-dev/doorstop/pull/544))
- Fixed encoding error with special characters on Windows. ([@urbasus](https://github.com/doorstop-dev/doorstop/pull/526))
- Add support for publishing to the LaTeX format. ([@neerdoc](https://github.com/doorstop-dev/doorstop/pull/545))
- Added support for publishing to the LaTeX format. ([@neerdoc](https://github.com/doorstop-dev/doorstop/pull/545))
- Added support for storing items in Markdown with YAML front matter. ([@ckolumbus](https://github.com/doorstop-dev/doorstop/pull/566))

# 2.2 (2022-01-22)

Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ test: test-all ## Run unit and integration tests
test-unit: install
poetry run pytest $(PACKAGE) $(PYTEST_OPTIONS)
ifndef DISABLE_COVERAGE
@ echo
poetry run coveragespace update unit
endif

Expand All @@ -103,6 +104,7 @@ test-int: test-all
test-all: install
TEST_INTEGRATION=true poetry run pytest $(PACKAGES) $(PYTEST_OPTIONS)
ifndef DISABLE_COVERAGE
@ echo
poetry run coveragespace update overall
endif

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.2.3
Pygments==2.7.4
mkdocs==1.3.0
Pygments==2.11.2
2 changes: 1 addition & 1 deletion doorstop/core/tests/files/published.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doorstop/core/tests/files/published2.html

Large diffs are not rendered by default.

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.0b3"
version = "3.0b4"
description = "Requirements management using version control."

license = "LGPLv3"
Expand Down

0 comments on commit 0f6046c

Please sign in to comment.