Skip to content

Commit b4a6705

Browse files
committed
Bump version to 2.0
1 parent 5b5bbf7 commit b4a6705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## (Unreleased)
3+
## Version 2.0
44
- **BREAKING:** empty forms are now expected to appear inside the `<template>`
55
tag instead of any other hidden tag. As such, the `emptyFormSelector`
66
parameter has been renamed to `emptyFormTemplateSelector`. See updated usage

convenient_formsets/static/convenient_formsets/convenient_formsets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Convenient Formsets 1.2.1 (https://github.com/tiesjan/django-convenient-formsets/)
2+
* Convenient Formsets 2.0 (https://github.com/tiesjan/django-convenient-formsets/)
33
* Copyright 2021-present Ties Jan Hefting
44
* Licensed under BSD 3-Clause License
55
*/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setuptools.setup(
88
# Metadata
99
name="django-convenient-formsets",
10-
version="1.2.1",
10+
version="2.0",
1111
license="BSD",
1212
author="Ties Jan Hefting",
1313
author_email="[email protected]",

0 commit comments

Comments
 (0)