Skip to content

Commit 3bed768

Browse files
committed
Release 0.4.0
GH Issues: 154,143 [noissue]
1 parent b1db710 commit 3bed768

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

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

docs/conf.py

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

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

pulp_gem/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class PulpGemPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_gem.app"
88
label = "gem"
9-
version = "0.4.0.dev"
9+
version = "0.4.0"
1010
python_package_name = "pulp-gem"
1111
domain_compatible = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-gem",
13-
version="0.4.0.dev",
13+
version="0.4.0",
1414
description="Gemfile plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)