Skip to content

Commit f9ced95

Browse files
committed
Bump version to 3.3.4 and update changelog
1 parent ff47325 commit f9ced95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.4
2+
* Exclude prereleases unless specifically selected (issue #141)
3+
* Improve handling of PEP 440 requirements (issue #182)
4+
* Avoid unnecessary PyPI downloads
5+
* Avoid duplicate packages (issue #178)
6+
* Exclude *.egg_info from the list of packages
7+
* Use the new %pypi_source macro for Source URL (issue #172)
8+
19
3.3.3
210
* Work around an error that occurred when setup.py contained print() calls
311
* Use the pythonX_version macro instead of "?.?" in pth and egg-info paths

pyp2rpm/version.py

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

0 commit comments

Comments
 (0)