Skip to content

Commit

Permalink
Release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Feb 4, 2025
1 parent aa4eb4f commit 346dcee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.2.0
=====

:release-date: to-be-released
:release-date: 2025-02-03

- Add support for MySQL.
- Adjust `makemigrations` command to take advantage of auto-detector class. (#49)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setup(
name="django-syzygy",
version="1.1.0",
version="1.2.0",
description="Deployment aware tooling for Django migrations.",
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/charettes/django-syzygy",
author="Simon Charette",
author_email="[email protected]",
install_requires=["Django>=3.2"],
install_requires=["Django>=4.2"],
packages=find_packages(exclude=["tests", "tests.*"]),
license="MIT License",
classifiers=[
Expand Down

0 comments on commit 346dcee

Please sign in to comment.