Skip to content

Commit

Permalink
Version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Jun 24, 2019
1 parent 39e45c8 commit e945a8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
3.6.6
3.5.5
3.4.8
3.7.2
3.6.8
3.5.6
2.7.15
3.7.0
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Changelog
=========

(development)
-------------
3.2 (2019-06-24)
----------------

- "Edit Snippet" panel is now hidden by default to remove visual noise.
- Linux/Unix browsers now use Ctrl+Enter as a shortcut to submit the form.
- Added a dedicated "Copy Snippet" button to copy the content to the clipboard.
- Added "View Raw" option to optionally render the 'raw' snippet content with a
template rather served as plain text. This was added to hinder abuse.
- Added "Json" to the list of lexers.
- Added 'JSX/React" to the list of lexers.

3.1 (2019-05-16)
----------------
Expand Down
2 changes: 1 addition & 1 deletion dpaste/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (3, 1)
VERSION = (3, 2)

__version__ = '{major}.{minor}{rest}'.format(
major=VERSION[0],
Expand Down

0 comments on commit e945a8a

Please sign in to comment.