File tree Expand file tree Collapse file tree 7 files changed +26
-7
lines changed
Expand file tree Collapse file tree 7 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1 .0.dev
2+ current_version = 3.2 .0.dev
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change @@ -13,6 +13,27 @@ Changelog
1313
1414.. towncrier release notes start
1515
16+ 3.1.0 (2021-03-12)
17+ ==================
18+
19+
20+ Features
21+ --------
22+
23+ - Python content can now be filtered by requires_python
24+ `#3629 <https://pulp.plan.io/issues/3629 >`_
25+
26+
27+ Improved Documentation
28+ ----------------------
29+
30+ - Updated workflows to use Pulp CLI commands
31+ `#8364 <https://pulp.plan.io/issues/8364 >`_
32+
33+
34+ ----
35+
36+
16373.0.0 (2021-01-12)
1738==================
1839
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = "3.1 .0.dev"
59+ version = "3.2 .0.dev"
6060# The full version, including alpha/beta/rc tags.
61- release = "3.1 .0.dev"
61+ release = "3.2 .0.dev"
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
88
99 name = "pulp_python.app"
1010 label = "python"
11- version = "3.1 .0.dev"
11+ version = "3.2 .0.dev"
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "pulp-python" ,
13- version = "3.1 .0.dev" ,
13+ version = "3.2 .0.dev" ,
1414 description = "pulp-python plugin for the Pulp Project" ,
1515 long_description = long_description ,
1616 license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments