Skip to content

Commit 68213fd

Browse files
committed
Bump version to 2.0.1
1 parent 409dcde commit 68213fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format of this changelog is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.0.1]
88
### Added
99
- Test on Django 5.0 and 5.1.
1010
- Test on Python 3.12 and 3.13 (for Django versions with support).
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8181
### Added
8282
- Initial version.
8383

84-
[Unreleased]: https://github.com/benkonrath/django-csv-export-view/compare/2.0.0...HEAD
84+
[2.0.1]: https://github.com/benkonrath/django-csv-export-view/compare/2.0.0...2.0.1
8585
[2.0.0]: https://github.com/benkonrath/django-csv-export-view/compare/1.1.0...2.0.0
8686
[1.1.0]: https://github.com/benkonrath/django-csv-export-view/compare/1.0.1...1.1.0
8787
[1.0.1]: https://github.com/benkonrath/django-csv-export-view/compare/1.0.0...1.0.1

csv_export/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)