Skip to content

Commit

Permalink
drop Python v2.6 support (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikstefan authored Dec 12, 2016
1 parent 785435f commit 1a0eff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ Changelog
=========

Development
================
===========
- (Fill this out as you fix issues and develop you features).

Changes in 0.9.0
================
- BREAKING CHANGE: Dropped Python v2.6 support

Changes in 0.8.2
================
- Fixed relying on mongoengine.python_support.
Expand Down

0 comments on commit 1a0eff2

Please sign in to comment.