Skip to content

Commit 08d32f3

Browse files
committed
Merge branch 'release/2.3.10'
2 parents b44b80f + 2cce0a5 commit 08d32f3

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

CHANGELOG.textile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
h1. Textile Changelog
22

3+
h2. Version 2.3.10
4+
* Packaging: cleanup in MANIFEST.IN leads to better linux packaging, and smaller wheel size.
5+
36
h2. Version 2.3.9
47
* Packaging: remove extraneous files from the source distribution upload.
58
* Remove a lingering file from a feature branch for overhauling list handling. This brings coverage back up to 100%

MANIFEST.in

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
exclude .gitignore
2-
exclude TODO.textile
3-
exclude .travis.yml
4-
exclude tests/.*
5-
include CHANGELOG.textile
6-
include CONTRIBUTORS.txt
7-
include .coveragerc
8-
include LICENSE.txt
91
include MANIFEST.in
10-
include pytest.ini
11-
include README.textile
12-
include requirements.txt
13-
recursive_include tests
2+
include tests/fixtures/README.txt

textile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.3.9'
1+
VERSION = '2.3.10'

0 commit comments

Comments
 (0)