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 b099cf3 commit 135576dCopy full SHA for 135576d
django_ptpython/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.0.1"
+__version__ = "1.0.2"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "django_ptpython"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "PtPython as default Django shell."
5
authors = ["Reganto <tell.reganto@gmail.com>"]
6
license = "Apache-2.0"
@@ -31,7 +31,7 @@ classifiers = [
31
32
[tool.poetry.dependencies]
33
python = "^3.8"
34
-django = "^4.0"
+django = "^3.2.14"
35
ptpython = "^3.0"
36
37
[tool.poetry.dev-dependencies]
tests/test_version.py
@@ -5,4 +5,4 @@
class TestVersion(unittest.TestCase):
7
def test_django_ptpython_version(self):
8
- assert __version__ == "1.0.0"
+ assert __version__ == "1.0.2"
0 commit comments