Skip to content

Commit

Permalink
Merge pull request #190 from hltcoe/turkle_2_7_0
Browse files Browse the repository at this point in the history
Release Turkle 2.7.0
  • Loading branch information
cash committed Nov 1, 2022
2 parents d7391a8 + bda3e05 commit dd0d2c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.7.0] - 2022-11-01
### Changed
- Upgrade to Django 3.1
- Upgrade dependencies
- Made Turkle an installable package
### Fixed
- postgres database support fixed

## [2.6.2] - 2022-03-28
### Added
Expand Down
2 changes: 1 addition & 1 deletion turkle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
default_app_config = 'turkle.apps.TurkleAppConfig'
__version__ = '2.7.0-dev'
__version__ = '2.7.0'

0 comments on commit dd0d2c9

Please sign in to comment.