Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
updated CHANGES and bumped version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Jan 30, 2018
1 parent 45b10d4 commit 4bdfe49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.6.1 ###
* added support for [`psycopg2.sql.SQL`](http://initd.org/psycopg/docs/sql.html) objects
(#197, thanks @nicoknoll for the report)

## 3.6 ##
* fixed compatibility issues with Django 2.0

Expand Down
2 changes: 1 addition & 1 deletion opbeat/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (3, 6, 0)
__version__ = (3, 6, 1)
VERSION = '.'.join(map(str, __version__))

0 comments on commit 4bdfe49

Please sign in to comment.