Skip to content

Commit c031184

Browse files
committed
Bump version to 3.0
1 parent 79c37b8 commit c031184

File tree

6 files changed

+27659
-3
lines changed

6 files changed

+27659
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.0 (beta)
1+
# 3.0
22

33
- **BREAKING:** Dropped support for Python 3.6, 3.7, and 3.8.
44
- **BREAKING:** Removed `--no-body-levels` option to `doorstop publish`.

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
mkdocs==1.5.3
2-
mkdocs-get-deps==0.2.0
32
Pygments==2.17.2

doorstop/core/tests/files/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Published Documents:
3+
* [published](published.md)
4+
* [published2](published2.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* [<MagicMock name='mock.document.prefix' id='4877746528'>](<MagicMock name='mock.document.prefix' id='4877746528'>.md) - Test document for development of _Doorstop_
2+
3+
### Published Documents:
4+
* [published](published.md)
5+
* [published2](published2.md)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "doorstop"
4-
version = "3.0b16"
4+
version = "3.0"
55
description = "Requirements management using version control."
66

77
license = "LGPLv3"

0 commit comments

Comments
 (0)