Skip to content

Commit 9ff5d45

Browse files
committed
Release 1.16.0
GH Issues: [noissue]
1 parent 10dd424 commit 9ff5d45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.16.0.dev
2+
current_version = 1.16.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = "1.16.0.dev"
77+
version = "1.16.0"
7878
# The full version, including alpha/beta/rc tags.
79-
release = "1.16.0.dev"
79+
release = "1.16.0"
8080

8181
# The language for content autogenerated by Sphinx. Refer to documentation
8282
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-file",
13-
version="1.16.0.dev",
13+
version="1.16.0",
1414
description="File plugin for the Pulp Project (transitional dummy package)",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)