We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e17fb commit 52dd585Copy full SHA for 52dd585
2 files changed
docs/conf.py
@@ -51,9 +51,9 @@
51
#
52
53
# The short X.Y version.
54
-version = '1.2.16'
+version = '1.2.17.dev'
55
# The full version, including alpha/beta/rc tags.
56
-release = '1.2.16'
+release = '1.2.17.dev'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-precise-bbcode"
3
-version = "1.2.16"
+version = "1.2.17.dev"
4
description = "A django BBCode integration.."
5
authors = ["Morgan Aubert <me@morganaubert.name>"]
6
license = "BSD-3-Clause"
0 commit comments