mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bump version and update Changelog.
This commit is contained in:
parent
63a8500cc8
commit
bd4c2363d2
3 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
3.4 (master)
|
||||||
|
------------
|
||||||
|
|
||||||
|
- Dropped support for Python 3.4.
|
||||||
|
- Django 3.0 support and tests.
|
||||||
|
- Python 3.8 support and tests.
|
||||||
|
- Testsuite now uses pytest.
|
||||||
|
|
||||||
3.3.1 (2019-08-04):
|
3.3.1 (2019-08-04):
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ Run the testsuite to make sure everything was built correctly:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pipenv run ./runtests.py
|
$ pipenv run test
|
||||||
|
|
||||||
Finally, to run the project on your local machine:
|
Finally, to run the project on your local machine:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (3, 3, '.1')
|
VERSION = (3, 4, 'a0')
|
||||||
|
|
||||||
__version__ = '{major}.{minor}{rest}'.format(
|
__version__ = '{major}.{minor}{rest}'.format(
|
||||||
major=VERSION[0],
|
major=VERSION[0],
|
||||||
|
|
Loading…
Reference in a new issue