Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Apr 8, 2021
1 parent 15cc243 commit 642c7b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Latest]
## [0.0.48] - 2021-4-9

Add support for Django 3.2

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env python
from setuptools import find_packages, setup

version = "0.0.47"
VERSION = "0.0.48"

setup(
name="django-turbo-response",
version=version,
version=VERSION,
author="Dan Jacob",
author_email="[email protected]",
url="https://github.com/hotwire-django/django-turbo-response",
description="Hotwired/Turbo response helpers for Django",
long_description=open("README.md").read() + "\n\n" + open("CHANGES.md").read(),
long_description=open("README.md").read() + "\n\n" + open("CHANGELOG.md").read(),
long_description_content_type="text/markdown",
license="MIT",
python_requires=">=3.8",
Expand Down

0 comments on commit 642c7b7

Please sign in to comment.