Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesjan committed Apr 5, 2023
1 parent 5b5bbf7 commit b4a6705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,6 +1,6 @@
# Changes

## (Unreleased)
## Version 2.0
- **BREAKING:** empty forms are now expected to appear inside the `<template>`
tag instead of any other hidden tag. As such, the `emptyFormSelector`
parameter has been renamed to `emptyFormTemplateSelector`. See updated usage
Expand Down
@@ -1,5 +1,5 @@
/*!
* Convenient Formsets 1.2.1 (https://github.com/tiesjan/django-convenient-formsets/)
* Convenient Formsets 2.0 (https://github.com/tiesjan/django-convenient-formsets/)
* Copyright 2021-present Ties Jan Hefting
* Licensed under BSD 3-Clause License
*/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
setuptools.setup(
# Metadata
name="django-convenient-formsets",
version="1.2.1",
version="2.0",
license="BSD",
author="Ties Jan Hefting",
author_email="hello@tiesjan.com",
Expand Down

0 comments on commit b4a6705

Please sign in to comment.