11News
22====
33
4+ September 2019
5+ --------------
6+ - Added a guide about publishing dists via GitHub Actions. (:pr: `647 `)
7+
8+ August 2019
9+ -----------
10+ - Updated to use :file: `python3 -m ` when installing pipx. (:pr: `631 `)
11+
12+ July 2019
13+ ---------
14+ - Marked all PEP numbers with the :pep: role. (:pr: `629 `)
15+ - Upgraded Sphinx version and removed pypa.io intersphinx. (:pr: `625 `)
16+ - Mentioned :file: `find_namespace_packages `. (:pr: `622 `)
17+ - Updated directory layout examples for consistency. (:pr: `611 `)
18+ - Updated Bandersnatch link to GitHub. (:pr: `623 `)
19+
20+ June 2019
21+ ---------
22+ - Fixed some typos. (:pr: `620 `)
23+
24+ May 2019
25+ --------
26+ - Added :file: `python_requires ` usage to packaging tutorial. (:pr: `613 `)
27+ - Added a MANIFEST.in guide page. (:pr: `609 `)
28+
29+ April 2019
30+ ----------
31+ - Added a mention for :file: `shiv ` in the key projects section. (:pr: `608 `)
32+ - Reduced emphasis on virtualenv. (:pr: `606 `)
33+
34+ March 2019
35+ ----------
36+ - Moved single-sourcing guide version option to Python 3. (:pr: `605 `)
37+ - Covered RTD details for contributing. (:pr: `600 `)
38+
39+ February 2019
40+ -------------
41+ - Elaborate upon the differences between the tutorial and the real packaging process. (:pr: `602 `)
42+ - Added instructions to install Python CLI applications. (:pr: `594 `)
43+
44+ January 2019
45+ ------------
46+ - Added :file: `--no-deps ` to the packaging tutorial. (:pr: `593 `)
47+ - Updated Sphinx and Nox. (:pr: `591 `)
48+ - Referenced Twine from Python3. (:pr: `581 `)
49+
50+ December 2018
51+ -------------
52+ - No programmers in the office!
53+
54+ November 2018
55+ -------------
56+ - Removed landing page link to PyPI migration guide. (:pr: `575 `)
57+ - Changed bumpversion to bump2version. (:pr: `572 `)
58+ - Added single-sourcing package version example. (:pr: `573 `)
59+ - Added a guide for creating documentation. (:pr: `568 `)
60+
61+ October 2018
62+ ------------
63+ - Updated Nox package name. (:pr: `566 `)
64+ - Mentioned Sphinx extensions in guides. (:pr: `562 `)
65+
466September 2018
567--------------
668- Added a section on checking RST markup. (:pr: `554 `)
@@ -54,7 +116,7 @@ March 2018
54116----------
55117
56118- Updated "installing scientific packages". (:pr: `455 `)
57- - Added `long_description_content_type ` to follow PEP 556. (:pr: `457 `)
119+ - Added :file: `long_description_content_type ` to follow PEP 556. (:pr: `457 `)
58120- Clarified a long description classifier on pypi.org. (:pr: `456 `)
59121- Updated Core Metadata spec to follw PEP 556. (:pr: `412 `)
60122
@@ -76,7 +138,7 @@ January 2018
76138December 2017
77139-------------
78140
79- - Replaced `~ ` with `$HOME ` in guides and tutorials. (:pr: `418 `)
141+ - Replaced :file: `~ ` with :file: `$HOME ` in guides and tutorials. (:pr: `418 `)
80142- Noted which fields can be used with environment markers. (:pr: `416 `)
81143- Updated Requires-Python section. (:pr: `414 `)
82144- Added news page. (:pr: `404 `)
0 commit comments