Skip to content

Commit f8d6e9b

Browse files
committed
Bump version to 3.3.7 and update changelog
1 parent 7ac730c commit f8d6e9b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.3.7
2+
* Ensure that all tests pass under Python 3.10
3+
* Include rc/post/dev in version (issue #259)
4+
* Handle all-zero versions without crashing
5+
* Don't process PyPI version list if user specifies a version (issue #243)
6+
* Ensure that sdist is complete, and utest and JSON test data are included
7+
* Wait for rpmdev-setuptree to exit (issue #266)
8+
19
3.3.6
210
* Improve logging of rpmbuild output (issue #252)
311
* Sort releases so that the API ordering no longer affects local behavior (issue #251)

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
exclude .git*
2+
exclude .git*/**
13
include CHANGELOG
24
include LICENSE
35
include README.md

pyp2rpm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '3.3.6'
1+
version = '3.3.7'

0 commit comments

Comments
 (0)