Skip to content

Commit 37b281e

Browse files
authored
Bump patch version (#99)
1 parent 085bfa2 commit 37b281e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.23.0
2+
current_version = 0.23.1
33

44
[bumpversion:file:setup.py]
55

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575

7676
# The full version, including alpha/beta/rc tags.
77-
release = '0.23.0' # set by bumpversion
77+
release = '0.23.1' # set by bumpversion
7878

7979
# The short X.Y version.
8080
version = release.rsplit('.', 1)[0]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="django-declarative-apis",
23-
version="0.23.0", # set by bumpversion
23+
version="0.23.1", # set by bumpversion
2424
author="Drew Shafer",
2525
url="https://salesforce.com",
2626
description="Simple, readable, declarative APIs for Django",

0 commit comments

Comments
 (0)