File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 101101git .add (f"{ plugin_path } /requirements.txt" )
102102git .add (f"{ plugin_path } /.bumpversion.cfg" )
103103
104- git .commit ("-m" , f"Release { release_version } " )
104+ git .commit ("-m" , f"Release { release_version } \n \n [noissue] " )
105105
106106
107107sha = repo .head .object .hexsha
Original file line number Diff line number Diff line change @@ -13,6 +13,28 @@ Changelog
1313
1414.. towncrier release notes start
1515
16+ 3.2.0 (2021-04-14)
17+ ==================
18+
19+
20+ Features
21+ --------
22+
23+ - Added new sync filter `keep_latest_packages ` to specify how many latest versions of packages to sync
24+ `#339 <https://github.com/pulp/pulp_python/issues/339 >`_
25+ - Added new sync filters `package_types ` and `exclude_platforms ` to specify package types to sync
26+ `#341 <https://github.com/pulp/pulp_python/issues/341 >`_
27+
28+
29+ Misc
30+ ----
31+
32+ - `#354 <https://github.com/pulp/pulp_python/issues/354 >`_
33+
34+
35+ ----
36+
37+
16383.1.0 (2021-03-12)
1739==================
1840
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments