Skip to content

Commit c5ce80f

Browse files
committed
Bump version to 2.0.0
1 parent 067939c commit c5ce80f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.0]
88
### Changed
99
- Use Model.__str__() for related fields. In 1.x the primary key was used for related fields.
1010

@@ -70,7 +70,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7070
### Added
7171
- Initial version.
7272

73-
[Unreleased]: https://github.com/benkonrath/django-csv-export-view/compare/1.1.0...HEAD
73+
[2.0.0]: https://github.com/benkonrath/django-csv-export-view/compare/1.1.0...2.0.0
7474
[1.1.0]: https://github.com/benkonrath/django-csv-export-view/compare/1.0.1...1.1.0
7575
[1.0.1]: https://github.com/benkonrath/django-csv-export-view/compare/1.0.0...1.0.1
7676
[1.0.0]: https://github.com/benkonrath/django-csv-export-view/compare/0.5.0...1.0.0

Diff for: csv_export/__init__.py

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

0 commit comments

Comments
 (0)