Skip to content

Commit 7636d49

Browse files
🔧 Fix RTD build for 2.0.0
1 parent 4a1b860 commit 7636d49

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.bumpversion.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 2.0.0
4+
current_version = 2.0.0-post0
55

66
[bumpversion:file:setup.cfg]
77

8-
[bumpversion:file:README.rst]
9-
108
[bumpversion:file:docs/conf.py]

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = "Sergei Maertens"
3131

3232
# The full version, including alpha/beta/rc tags
33-
release = "2.0.0"
33+
release = "2.0.0-post0"
3434

3535

3636
# -- General configuration ---------------------------------------------------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
33
[metadata]
44
name = django-privates
5-
version = 2.0.0
5+
version = 2.0.0-post0
66
description = Simple private media integration for Django
77
long_description = file: README.rst
88
url = https://github.com/sergei-maertens/django-privates

0 commit comments

Comments
 (0)