File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format of this changelog is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 2.0.1 ]
8
8
### Added
9
9
- Test on Django 5.0 and 5.1.
10
10
- 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.
81
81
### Added
82
82
- Initial version.
83
83
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
85
85
[ 2.0.0 ] : https://github.com/benkonrath/django-csv-export-view/compare/1.1.0...2.0.0
86
86
[ 1.1.0 ] : https://github.com/benkonrath/django-csv-export-view/compare/1.0.1...1.1.0
87
87
[ 1.0.1 ] : https://github.com/benkonrath/django-csv-export-view/compare/1.0.0...1.0.1
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0 "
1
+ __version__ = "2.0.1 "
You can’t perform that action at this time.
0 commit comments