We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6068db commit d437e56Copy full SHA for d437e56
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.2.1.dev
+current_version = 2.3.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z0-9]+))?
4
tag_name = {new_version}
5
allow_dirty = True
chartpress.py
@@ -20,7 +20,7 @@
20
import docker
21
from ruamel.yaml import YAML
22
23
-__version__ = "2.2.1.dev"
+__version__ = "2.3.0"
24
25
# name of the environment variable with GitHub token
26
GITHUB_TOKEN_KEY = "GITHUB_TOKEN"
setup.py
@@ -27,7 +27,7 @@ def run(self):
27
28
setup(
29
name="chartpress",
30
- version="2.2.1.dev",
+ version="2.3.0",
31
py_modules=["chartpress"],
32
cmdclass=cmdclass,
33
entry_points={
0 commit comments