Skip to content

Commit

Permalink
Bumped version number and added release notes for 3.0.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Apr 8, 2020
1 parent f1a514f commit 9437dfc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daguerre/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (2, 3, 1)
__version__ = (3, 0, 0)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3'
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '2.3.1'
release = '3.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions docs/release-notes/3.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
3.0.0 (2020-04-08)
------------------

* Added official support for Django 3.0
* Added official support for Python 3.8
* Dropped support for Django < 1.11
* Dropped support for Python 2
* Dropped support for PIL
1 change: 1 addition & 0 deletions docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 2

3.0.0
2.3.1
2.3.0
2.2.3
Expand Down

0 comments on commit 9437dfc

Please sign in to comment.