Skip to content

Commit 40fd999

Browse files
authored
Prepare 1.2.1 release (#23)
2 parents b94ca99 + 025766d commit 40fd999

File tree

3 files changed

+38
-30
lines changed

3 files changed

+38
-30
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## 1.2.1
4+
5+
- Fix `python3 -m blurb`.
6+
- Undocument removed `blurb split`.
7+
8+
## 1.2.0
9+
10+
- Replace spaces with underscores in news directory.
11+
- Drop support for Python 3.7.
12+
- Remove `blurb split` command.
13+
- Replace `gh-issue-NNNN:` with `gh-NNNN:` in the output.
14+
- Accept GitHub issues numbered only 32426 or above.
15+
- Improve error checking when parsing a Blurb.
16+
- Loosen README check for CPython forks.
17+
- Move code from `python/core-workflow` to own `python/blurb` repo.
18+
- Deploy to PyPI via Trusted Publishers.
19+
20+
## 1.1.0
21+
22+
- Support GitHub Issues in addition to b.p.o (bugs.python.org).
23+
If `gh-issue` is in the metadata, then the filename will contain
24+
`gh-issue-<number>` instead of `bpo-`.
25+
26+
## 1.0.7
27+
28+
- When word wrapping, don't break on long words or hyphens.
29+
- Use the `-f` flag when adding **blurb** files to a Git
30+
commit. This forces them to be added, even when the files
31+
might normally be ignored based on a `.gitignore` directive.
32+
- Explicitly support the `-help` command-line option.
33+
- Fix Travis CI integration.

README.md

+4-29
Original file line numberDiff line numberDiff line change
@@ -211,36 +211,11 @@ the right thing. If `NEWS` entries were already written to the
211211
final version directory, you'd have to move those around as
212212
part of the cherry-picking process.
213213

214-
## Changelog
215-
216-
### 1.2.0
217-
218-
- Replace spaces with underscores in news directory.
219-
- Drop support for Python 3.7.
220-
- Remove `blurb split` command.
221-
- Replace `gh-issue-NNNN:` with `gh-NNNN:` in the output.
222-
- Accept GitHub issues numbered only 32426 or above.
223-
- Improve error checking when parsing a Blurb.
224-
- Loosen README check for CPython forks.
225-
- Move code from `python/core-workflow` to own `python/blurb` repo.
226-
- Deploy to PyPI via Trusted Publishers.
227-
228-
### 1.1.0
229-
230-
- Support GitHub Issues in addition to b.p.o (bugs.python.org).
231-
If "gh-issue" is in the metadata, then the filename will contain
232-
"gh-issue-<number>" instead of "bpo-".
233-
234-
### 1.0.7
235-
236-
- When word wrapping, don't break on long words or hyphens.
237-
- Use the `-f` flag when adding **blurb** files to a Git
238-
commit. This forces them to be added, even when the files
239-
might normally be ignored based on a `.gitignore` directive.
240-
- Explicitly support the `-help` command-line option.
241-
- Fix Travis CI integration.
242-
243214
## Copyright
244215

245216
**blurb** is Copyright 2015-2018 by Larry Hastings.
246217
Licensed to the PSF under a contributor agreement.
218+
219+
## Changelog
220+
221+
See [CHANGELOG.md](CHANGELOG.md).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ optional-dependencies.tests = [
3535
"pytest",
3636
"pytest-cov",
3737
]
38-
urls.Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
38+
urls.Changelog = "https://github.com/python/blurb/blob/main/CHANGELOG.md"
3939
urls.Homepage = "https://github.com/python/blurb"
4040
urls.Source = "https://github.com/python/blurb"
4141
scripts.blurb = "blurb.blurb:main"

0 commit comments

Comments
 (0)