Skip to content

Commit

Permalink
Version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Dec 8, 2019
1 parent 9449d5d commit 09ed6aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

3.4 (master)
------------
3.4 (2019-12-08)
----------------

- Dropped support for Python 3.4.
- Dropped support for Python 3.5.
Expand All @@ -26,10 +26,10 @@ Changelog
- New "Slim" view that displays the highlighted snippet without header,
options etc, and can be iframed.
- Forced line-break for superlongwordsthatwouldexceedthecanvas.
- Local development is no longer centered around ``pipenv`` and is rather using
- Local development is no longer centered around ``pipenv``, instead it's using
docker-compose or the classic virtualenv based setups.
- Error pages are now correctly translated.
- Testsuite now uses pytest.
- Testsuite and Tox uses pytest instead of a homebrewed testrunner.

3.3.1 (2019-08-04):
-------------------
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, 4, "a0")
VERSION = (3, 4)

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

0 comments on commit 09ed6aa

Please sign in to comment.